Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. root@saiph:/home/david/yify-pop# npm install
  2. npm WARN package.json yify-pop@0.0.1 No repository field.
  3. npm http GET https://registry.npmjs.org/bcrypt
  4. npm http 304 https://registry.npmjs.org/bcrypt
  5. npm http GET https://registry.npmjs.org/bindings/1.2.1
  6. npm http GET https://registry.npmjs.org/nan/2.0.5
  7. npm http 304 https://registry.npmjs.org/nan/2.0.5
  8. npm http 304 https://registry.npmjs.org/bindings/1.2.1
  9.  
  10. > bcrypt@0.8.5 install /home/david/yify-pop/node_modules/bcrypt
  11. > node-gyp rebuild
  12.  
  13. /bin/sh: 1: node: not found
  14. gyp: Call to 'node -e "require('nan')"' returned exit status 127. while trying to load binding.gyp
  15. gyp ERR! configure error
  16. gyp ERR! stack Error: `gyp` failed with exit code: 1
  17. gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:431:16)
  18. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
  19. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12)
  20. gyp ERR! System Linux 3.13.0-62-generic
  21. gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
  22. gyp ERR! cwd /home/david/yify-pop/node_modules/bcrypt
  23. gyp ERR! node -v v0.10.25
  24. gyp ERR! node-gyp -v v0.10.10
  25. gyp ERR! not ok
  26. npm WARN This failure might be due to the use of legacy binary "node"
  27. npm WARN For further explanations, please read
  28. /usr/share/doc/nodejs/README.Debian
  29.  
  30. npm ERR! weird error 1
  31. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement