0

i am trying to install bcrypt using npm install however i get the following error:

npm http GET https://registry.npmjs.org/bcrypt
npm http 304 https://registry.npmjs.org/bcrypt
npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http GET https://registry.npmjs.org/nan/1.5.0
npm http 304 https://registry.npmjs.org/nan/1.5.0
npm http 304 https://registry.npmjs.org/bindings/1.0.0

> bcrypt@0.8.1 install /var/www/learningbankapi/src/node_modules/bcrypt
> node-gyp rebuild

/bin/sh: 1: node: not found
gyp: Call to 'node -e "require('nan')"' returned exit status 127. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:431:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.16.0-31-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /var/www/learningbankapi/src/node_modules/bcrypt
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok 
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm ERR! weird error 1
npm ERR! not ok code 0

Have anyone experienced the same or know how i might fix it?

Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364
  • Can npm install any other node modules? – apsillers Mar 16 '15 at 11:51
  • Yes the only problem i have so far is with bcrypt – Marc Rasmussen Mar 16 '15 at 11:55
  • 1
    sudo apt-get install nodejs-legacy Refer : [http://stackoverflow.com/questions/21168141/can-not-install-packages-using-node-package-manager-in-ubuntu][1] [1]: http://stackoverflow.com/questions/21168141/can-not-install-packages-using-node-package-manager-in-ubuntu – stefun Mar 16 '15 at 13:17

0 Answers0