Advertisement
Guest User

Untitled

a guest
May 7th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.39 KB | None | 0 0
  1. $ sudo npm install -g runasnpm http GET https://registry.npmjs.org/runas
  2. npm http 304 https://registry.npmjs.org/runas
  3. npm http GET https://registry.npmjs.org/nan/0.8.0
  4. npm http GET https://registry.npmjs.org/bindings
  5. npm http 304 https://registry.npmjs.org/nan/0.8.0
  6. npm http 304 https://registry.npmjs.org/bindings
  7.  
  8. > runas@0.5.4 install /usr/local/lib/node_modules/runas
  9. > node-gyp rebuild
  10.  
  11. Traceback (most recent call last):
  12.   File "/usr/share/node-gyp/gyp/gyp_main.py", line 5, in <module>
  13.     from pkg_resources import load_entry_point
  14.   File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2829, in <module>
  15.   File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 449, in _build_master
  16.   File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 742, in require
  17.   File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 639, in resolve
  18. pkg_resources.DistributionNotFound: gyp==0.1
  19. gyp ERR! configure error
  20. gyp ERR! stack Error: `gyp` failed with exit code: 1
  21. gyp ERR! stack     at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:344:16)
  22. gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
  23. gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
  24. gyp ERR! System Linux 3.13-1-amd64
  25. gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
  26. gyp ERR! cwd /usr/local/lib/node_modules/runas
  27. gyp ERR! node -v v0.10.26
  28. gyp ERR! node-gyp -v v0.12.2
  29. gyp ERR! not ok
  30. npm WARN This failure might be due to the use of legacy binary "node"
  31. npm WARN For further explanations, please read
  32. /usr/share/doc/nodejs/README.Debian
  33.  
  34. npm ERR! runas@0.5.4 install: `node-gyp rebuild`
  35. npm ERR! Exit status 1
  36. npm ERR!
  37. npm ERR! Failed at the runas@0.5.4 install script.
  38. npm ERR! This is most likely a problem with the runas package,
  39. npm ERR! not with npm itself.
  40. npm ERR! Tell the author that this fails on your system:
  41. npm ERR!     node-gyp rebuild
  42. npm ERR! You can get their info via:
  43. npm ERR!     npm owner ls runas
  44. npm ERR! There is likely additional logging output above.
  45.  
  46. npm ERR! System Linux 3.13-1-amd64
  47. npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "runas"
  48. npm ERR! cwd /home/camilo/Fuentes/atom
  49. npm ERR! node -v v0.10.26
  50. npm ERR! npm -v 1.4.4
  51. npm ERR! code ELIFECYCLE
  52. npm ERR!
  53. npm ERR! Additional logging details can be found in:
  54. npm ERR!     /home/camilo/Fuentes/atom/npm-debug.log
  55. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement