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

install failed: libxmljs missing it's build file. #60

Open
ShinChven opened this issue May 4, 2018 · 3 comments
Open

install failed: libxmljs missing it's build file. #60

ShinChven opened this issue May 4, 2018 · 3 comments

Comments

@ShinChven
Copy link

install failed: libxmljs missing it's build file.

@skude
Copy link

skude commented Jun 20, 2018

same issue:

C:\Users\XXXX\workspace\select-config-hierarchy-converter>npm i excel --save-dev

[email protected] install C:\Users\SESA352070\workspace\select-config-hierarchy-converter\node_modules\libxmljs
node-pre-gyp install --fallback-to-build --loglevel http

node-pre-gyp http GET https://github.com/libxmljs/libxmljs/releases/download/v0.18.8/node-v59-win32-x64.tar.gz
node-pre-gyp http 301 https://github.com/libxmljs/libxmljs/releases/download/v0.18.8/node-v59-win32-x64.tar.gz
node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Windows_NT 10.0.14393
node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\SESA352070\workspace\select-config-hierarchy-converter\node_modules\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build" "--loglevel" "http"
node-pre-gyp ERR! cwd C:\Users\XXXX\workspace\select-config-hierarchy-converter\node_modules\libxmljs
node-pre-gyp ERR! node -v v9.8.0
node-pre-gyp ERR! node-pre-gyp -v v0.9.1
node-pre-gyp ERR! This is a bug in node-pre-gyp.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR! https://github.com/mapbox/node-pre-gyp/issues

https://github.com/libxmljs/libxmljs/releases/download/v0.18.8/node-v59-win32-x64.tar.gz got 404

@shoo-be-doo
Copy link

shoo-be-doo commented Jun 27, 2018

In the package-lock.json file, modify the libxmljs version to 0.19.0.

However, it is not permanent and the author still needs to fix the problem.

@timothy
Copy link
Contributor

timothy commented Oct 4, 2018

running this line in cmd fixed it for me: Set NODE_TLS_REJECT_UNAUTHORIZED=0

Resource on why it works here: TryGhost/node-sqlite3#961 (comment)

clickclickonsal added a commit that referenced this issue Sep 12, 2019
install failed: libxmljs missing it's build file. #60
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

4 participants