question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to "npm install" due to BCrypt

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
DylanKojiCheslincommented, Sep 8, 2019

I have the same error. how did you fix this?

0reactions
kah-odonnellcommented, Sep 24, 2019

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found