node.js - npm install bcrypt is not working -


i trying install bcrypt npm in app in node version v0.10.25 , npm version 2.11.1. encountering error me this. in advance

jayanth@devilsown:~/documents/rupeek-web/app$ npm install bcrypt |

bcrypt@0.8.3 install /home/jayanth/documents/rupeek-web/app/node_modules/bcrypt node-gyp rebuild

usage: gyp_main.py [options ...] [build_file ...]  gyp_main.py: error: no such option: --no-parallel gyp err! configure error  gyp err! stack error: `gyp` failed exit code: 2 gyp err! stack     @ childprocess.oncpexit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:355:16) gyp err! stack     @ childprocess.eventemitter.emit (events.js:98:17) gyp err! stack     @ process.childprocess._handle.onexit (child_process.js:797:12) gyp err! system linux 3.13.0-49-generic gyp err! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp err! cwd /home/jayanth/documents/rupeek-web/app/node_modules/bcrypt gyp err! node -v v0.10.25 gyp err! node-gyp -v v2.0.1 gyp err! not ok  npm err! linux 3.13.0-49-generic npm err! argv "node" "/usr/local/bin/npm" "install" "bcrypt" npm err! node v0.10.25 npm err! npm  v2.11.1 npm err! code elifecycle  npm err! bcrypt@0.8.3 install: `node-gyp rebuild` npm err! exit status 1 npm err!  npm err! failed @ bcrypt@0.8.3 install script 'node-gyp rebuild'. npm err! problem bcrypt package, npm err! not npm itself. npm err! tell author fails on system: npm err!     node-gyp rebuild npm err! can info via: npm err!     npm owner ls bcrypt npm err! there additional logging output above.  npm err! please include following file support request: npm err!     /home/jayanth/documents/rupeek-web/app/npm-debug.log 


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -