grutt / udacity-c2-restapi

6 stars 131 forks source link

Node v12.3.1 node-pre-gyp v0.12.0 #6

Open frank3stein opened 5 years ago

frank3stein commented 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.

MadhurKapoor-2985 commented 5 years ago

@frank3stein I am getting the same issue while deploying to Elastic Beanstalk with Node version 10.16.0 . How did you get it resolved