-
Notifications
You must be signed in to change notification settings - Fork 525
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
No longer installs #756
Comments
Having the same issue. Have not found a fix yet. |
Try to use |
I was able to use bcrypt@2 |
I have some issue and can install bcrypt 3.0.6 with add minipass on package.json Env : |
Installing [email protected] first as a temporary workaround allowed my failing npm install to complete |
Can confirm I can install bcrypt now. I think it had something to do with |
Aand looks like another dependency has broke
|
This is only happening on node <=6, due to a change introduced in minizlib v1.3.0. My workaround was to add Ref: isaacs/minizlib#9 |
@electic try to run |
This actually worked |
`> [email protected] install /home/electic/backend/node_modules/bcrypt
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Linux 4.9.0-11-amd64
node-pre-gyp ERR! command "/usr/bin/node" "/home/electic/backend/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /home/electic/backend/node_modules/bcrypt
node-pre-gyp ERR! node -v v11.15.0
node-pre-gyp ERR! node-pre-gyp -v v0.12.0
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
npm WARN [email protected] requires a peer of [email protected] - 7.x.x but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! [email protected] install:
node-pre-gyp install --fallback-to-build
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/electic/.npm/_logs/2019-09-23T23_45_30_878Z-debug.log`
It might be related to this: mapbox/node-pre-gyp#477
The text was updated successfully, but these errors were encountered: