kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.49k stars 518 forks source link

npm bcrypt installation failed #888

Closed dearzubi closed 2 years ago

dearzubi commented 3 years ago

With npm v7.21.0 I get the following error while installing with npm install sqlite3

npm ERR! code 1
npm ERR! path /home/zubair/Work/pkichain/pkichain_user_authentication/node_modules/bcrypt
npm ERR! command failed
npm ERR! command sh -c node-pre-gyp install --fallback-to-build

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/zubair/.npm/_logs/2021-08-26T12_41_41_905Z-debug.log

I downgraded the npm to v6.14.15 and I am able to install it successfully.

amos-kibet commented 3 years ago

@dearzubi thanks a lot. It worked for me too