This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
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
Description
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"
Metadata
Assignees
Labels
No labels
Activity