Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

node-gyp build fails on install #21

Open
sbutterfield opened this issue Aug 26, 2015 · 1 comment
Open

node-gyp build fails on install #21

sbutterfield opened this issue Aug 26, 2015 · 1 comment

Comments

@sbutterfield
Copy link

npm install fails on project if client machine is running package manager version 2.10 or higher. API version v8 or greater causes bcrypt package to fail.
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls bcrypt
npm ERR! There is likely additional logging output above.

Issue is fixed by updating package.json dependencies to:
"bcrypt": "~0.8.1"

@patrickhofer
Copy link

+1

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

No branches or pull requests

2 participants