Skip to content
New issue

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

Errors Installing from NodeJS #32

Closed
joshmc82 opened this issue Jul 26, 2022 · 2 comments
Closed

Errors Installing from NodeJS #32

joshmc82 opened this issue Jul 26, 2022 · 2 comments

Comments

@joshmc82
Copy link

When trying to execute the npm install, it returns errors with required dependencies:

This is an abbreviated stack trace, but I believe it shows the main culprit.
npm ERR! code 1 npm ERR! path /Users/josh/node_modules/libxmljs npm ERR! command failed npm ERR! command sh -c node-pre-gyp install --fallback-to-build --loglevel http npm ERR! Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --loglevel=http --module=/Users/josh/node_modules/libxmljs/build/Release/xmljs.node --module_name=xmljs --module_path=/Users/josh/node_modules/libxmljs/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v93' (1) npm ERR! node-pre-gyp http GET https://github.com/libxmljs/libxmljs/releases/download/v0.19.10/node-v93-darwin-arm64.tar.gz npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/libxmljs/libxmljs/releases/download/v0.19.10/node-v93-darwin-arm64.tar.gz npm ERR! node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v93 ABI, unknown) (falling back to source compile with node-gyp) npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/libxmljs/libxmljs/releases/download/v0.19.10/node-v93-darwin-arm64.tar.gz

@Manhydra
Copy link
Contributor

This is due to a compilation issue with [email protected]

amida-tech/blue-button#260

@joshmc82 joshmc82 closed this as completed Aug 2, 2022
@sjpadgett
Copy link

There are pre compiled libxmljs for both windows and Linux available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants