yoonic / atlas

E-Commerce Backend API in Hapi.js and RethinkDB
MIT License
373 stars 104 forks source link

npm ERR! Failed at the bcrypt@0.8.5 install script 'node-gyp rebuild'. #11

Closed santoshgistto closed 7 years ago

santoshgistto commented 7 years ago

bcrypt@0.8.5 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bcrypt@0.8.5 install script 'node-gyp rebuild'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the bcrypt package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs bcrypt npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls bcrypt npm ERR! There is likely additional logging output above.

andrecrt commented 7 years ago

Which Node version are you using? 4LTS?

santoshgistto commented 7 years ago

node version : v7.4.0 ubuntu : 14LTS

andrecrt commented 7 years ago

Can you try with Node.js v4? You can use nvm to have multiple Node versions in your machine

phoenixvk commented 7 years ago

try npm install bcrypt@0.8.7 npm install node-sass@3.5.3

phoenixvk commented 7 years ago

and lemme know

santoshgistto commented 7 years ago

@phoenixvk still facing same issue !

andrecrt commented 7 years ago

Have you tried using Node.js v4?

santoshgistto commented 7 years ago

@andreftavares thank you got fixed by changing the Node version to v4.4.2

santoshgistto commented 7 years ago

@andreftavares yes