-
Notifications
You must be signed in to change notification settings - Fork 17
Description
After updating npm i've got following error when i try to install:
node-pre-gyp http GET https://github.com/libxmljs/libxmljs/releases/download/v0.18.4/node-v59-darwin-x64.tar.gz node-pre-gyp http 404 https://github.com/libxmljs/libxmljs/releases/download/v0.18.4/node-v59-darwin-x64.tar.gz node-pre-gyp ERR! Tried to download(404): https://github.com/libxmljs/libxmljs/releases/download/v0.18.4/node-v59-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for libxmljs@0.18.4 and node@9.6.1 (node-v59 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp http 404 status code downloading tarball https://github.com/libxmljs/libxmljs/releases/download/v0.18.4/node-v59-darwin-x64.tar.gz
i've created fork and updated package.json dependencylibxmljs to current version (0.18.7). That helped in my case