Open frank3stein opened 5 years ago
With the latest node release the project does not npm install.
bcrypt@3.0.5 install /home/emil/learning/udacity/cloud-engineer/udacity-c2-restapi/node_modules/bcrypt node-pre-gyp install --fallback-to-build
node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.5/bcrypt_lib-v3.0.5-node-v72-linux-x64-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.5 and node@12.3.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
.....
nvm install 10 and nvm use 10 Then it works.
@frank3stein I am getting the same issue while deploying to Elastic Beanstalk with Node version 10.16.0 . How did you get it resolved
With the latest node release the project does not npm install.
node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.5/bcrypt_lib-v3.0.5-node-v72-linux-x64-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.5 and node@12.3.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
.....
nvm install 10 and nvm use 10 Then it works.