Advertisement
Guest User

codess

a guest
Aug 7th, 2014
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. C:\this>npm install bcrypt
  2. npm WARN package.json log@1.4.0 No repository field.
  3.  
  4. > bcrypt@0.8.0 install C:\this\node_modules\bcrypt
  5. > node-gyp rebuild
  6.  
  7.  
  8. C:\this\node_modules\bcrypt>node "C:\Program Files\nodejs\node_modules\n
  9. pm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
  10. gyp ERR! configure error
  11. gyp ERR! stack Error: spawn ENOENT
  12. gyp ERR! stack at errnoException (child_process.js:1001:11)
  13. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:792:
  14. 34)
  15. gyp ERR! System Windows_NT 6.1.7601
  16. gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modu
  17. les\\node-gyp\\bin\\node-gyp.js" "rebuild"
  18. gyp ERR! cwd C:\this\node_modules\bcrypt
  19. gyp ERR! node -v v0.10.30
  20. gyp ERR! node-gyp -v v0.13.1
  21. gyp ERR! not ok
  22. npm ERR! bcrypt@0.8.0 install: `node-gyp rebuild`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the bcrypt@0.8.0 install script.
  26. npm ERR! This is most likely a problem with the bcrypt package,
  27. npm ERR! not with npm itself.
  28. npm ERR! Tell the author that this fails on your system:
  29. npm ERR! node-gyp rebuild
  30. npm ERR! You can get their info via:
  31. npm ERR! npm owner ls bcrypt
  32. npm ERR! There is likely additional logging output above.
  33.  
  34. npm ERR! System Windows_NT 6.1.7601
  35. npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
  36. ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "bcrypt"
  37. npm ERR! cwd C:\this
  38. npm ERR! node -v v0.10.30
  39. npm ERR! npm -v 1.4.21
  40. npm ERR! code ELIFECYCLE
  41. npm ERR!
  42. npm ERR! Additional logging details can be found in:
  43. npm ERR! C:\this\npm-debug.log
  44. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement