Advertisement
Guest User

npm ursa error

a guest
Jan 23rd, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. npm http GET https://registry.npmjs.org/ursa
  2. npm http 304 https://registry.npmjs.org/ursa
  3.  
  4. > ursa@0.8.0 install /home/usernamehere/node_modules/ursa
  5. > node-gyp configure build && node install.js
  6.  
  7. Traceback (most recent call last):
  8. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in <module>
  9. sys.exit(gyp.script_main())
  10. AttributeError: 'module' object has no attribute 'script_main'
  11. gyp ERR! configure error
  12. gyp ERR! stack Error: `gyp` failed with exit code: 1
  13. gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:337:16)
  14. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
  15. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
  16. gyp ERR! System Linux 3.11.0-15-generic
  17. gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
  18. gyp ERR! cwd /home/usernamehere/node_modules/ursa
  19. gyp ERR! node -v v0.10.24
  20. gyp ERR! node-gyp -v v0.12.1
  21. gyp ERR! not ok
  22. npm ERR! ursa@0.8.0 install: `node-gyp configure build && node install.js`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the ursa@0.8.0 install script.
  26. npm ERR! This is most likely a problem with the ursa 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 configure build && node install.js
  30. npm ERR! You can get their info via:
  31. npm ERR! npm owner ls ursa
  32. npm ERR! There is likely additional logging output above.
  33.  
  34. npm ERR! System Linux 3.11.0-15-generic
  35. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "ursa"
  36. npm ERR! cwd /home/usernamehere
  37. npm ERR! node -v v0.10.24
  38. npm ERR! npm -v 1.3.21
  39. npm ERR! code ELIFECYCLE
  40. npm ERR!
  41. npm ERR! Additional logging details can be found in:
  42. npm ERR! /home/usernamehere/npm-debug.log
  43. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement