-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to install prebuild binaries in node v12 and Ubuntu 18.04 #796
Comments
Looks like an issue with needle again, we had this issue earlier. A workaround will be to run |
@agathver indeed it solve the problem. Just a headsup for people who will end up here instead of requests you need to install request package. |
Try @node-rs/bcrypt |
NodeJS updated their OpenSSL library which broke needle which is used to download binaries. As a workaround, do |
What went wrong ?
When I try to install bcrypt ( "bcrypt": "^4.0.1",
) in ubuntu 18.04 its getting failed with node v12.
After installing build essentials and make its gets compiled in system itself.. but my concern is it is not working with prebuild versions..
What did you expect to happen?
To be able to install without any issue
Which version of nodejs and OS?
Output of lab_release below.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
If you find a bug, please write a failing test.
Thanks!
The text was updated successfully, but these errors were encountered: