Same here for Fedora 26 using NVM.
node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v57-linux-x64.tar.gz
Looks like download links has been changed?
EDIT:
If you need to use bcrypt, go to https://github.com/kelektiv/node.bcrypt.js/releases, download source code (I used v1.0.2).
Extract it, paste it into your project directory and run npm install --save node.bcrypt.js-1.0.2
(This does not work for v1.0.3)
npm install --save [email protected] works colleague of mine as well.
You are missing devtools in your system. You will find installation issues and solutions here.
https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions
I too am encountering this trying to install [email protected]
macOS [email protected]
[email protected]
[email protected]
As mentioned above, npm i [email protected] runs without issues.
Apparently there was a new release and the native binaries are not yet uploaded. I'm currently away from my machine and I'll upload new ones when I'm available.
Thanks, @agathver :)
Thanks a lot! @agathver
This is still happening.
When will node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v59-darwin-x64.tar.gz be fixed? Can someone please upload new native binaries.
Also getting the same issue as preillyme -- any update on when the new native binaries will be uploaded?
Same issue for me as well
same issue ....
a workaround for me that worked was to use:
yarn global add node-gyp
(will need yarn for this first)
Thanks
@ahaidery19 This worked for me as well
same issue here
is still relevant
This is still an issue.
This repo doesn't even have releases enabled at this time.
Pre-built binaries are available: https://github.com/kelektiv/node.bcrypt.js/releases/tag/v3.0.0
It takes time to upload them and are provided on a best-effort basis. The recommended way it to source compile and it just needs a C compiler, the instructions to do so are even clearly mentioned in the readme. (https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions)
If there is still an install error, open a new issue instead of resurrecting old ones.
Most helpful comment
This is still happening.