We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error:
❯ xsd2json2 Inventory.xsd events.js:174 throw er; // Unhandled 'error' event ^ Error: spawn swipl ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) Emitted 'error' event at: at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19)
wget https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_4_1/Inventory.xsd wget https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_4_1/amzn-base.xsd xsd2json2 Inventory.xsd
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered:
Btw, SWI-Prolog is installed via brew:
SWI-Prolog
brew
❯ brew install swi-prolog ❯ swipl --version SWI-Prolog version 8.0.3 for x86_64-darwin
Sorry, something went wrong.
Just to be sure: you are using this module, and not the fork by MGDIS? Because your command xsd2json2 (instead of xsd2json) looks like different :)
xsd2json2
xsd2json
No branches or pull requests
Getting the following error:
Reproduce
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: