Unable to "npm install" due to BCrypt
See original GitHub issueI received the following error:
npm ERR! bcrypt@3.0.2 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Error installing bcrypt with npm - node.js - Stack Overflow
I'm unable to install bcrypt using npm on my machine because I encounter the following errors. I have been troubleshooting the issue without...
Read more >[Solved] bcrypt fails at the install script at node-gyp rebuild #432
1)Go to visual studio code · 2)Open package.json · 3)Delete bcrypt dependency from package.json · 4)Now open terminal and run npm install bcrypt...
Read more >How to fix npm bcrypt install error | by Usama Tahir - Medium
First you have to do is uninstall existing bcrypt middleware and install new one called ' bcryptjs '. Here you can see how...
Read more >Bcrypt - npm
A bcrypt library for NodeJS.. Latest version: 5.1.0, last published: 3 months ago. Start using bcrypt in your project by running `npm i ......
Read more >Couldn't install bcrypt (Example) | Treehouse Community
Hi folks, I couldn't install bcrypt with npm. Also checeked other questions but didn't find ny useful information. Here is my error message:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have the same error. how did you fix this?
Pretty sure this is what I was running to: https://github.com/mapbox/node-pre-gyp/issues/477#issuecomment-534630617
Deleting package-lock.json, node_modules, and running npm update let me install bcrypt just now. I think I just picked the wrong day to do the tutorial.
Thanks for the tutorial by the way!