Advertisement
bogdanbiv

NPM explore error

Sep 9th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.53 KB | None | 0 0
  1. bogdanbiv@desk-kub1104:~/Projects/npm/npm$ npm install socket.io                                                                                                    
  2. socket.io@0.8.4 ./node_modules/socket.io                                                                                                                                            
  3. ├── policyfile@0.0.4                                                                                                                                                                
  4. ├── redis@0.6.6                                                                                                                                                                    
  5. └── socket.io-client@0.8.4                                                                                                                                                          
  6. bogdanbiv@desk-kub1104:~/Projects/npm/npm$ npm explore npm
  7. npm ERR! Error: It doesn't look like npm is installed.                                                                                                                              
  8. npm ERR!     at /usr/local/lib/node_modules/npm/lib/explore.js:23:43                                                                                                                
  9. npm ERR!     at cb (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:37:9)                                                                                  
  10. npm ERR! Report this *entire* log at:                                                                                                                                              
  11. npm ERR!     <http://github.com/isaacs/npm/issues>                                                                                                                                  
  12. npm ERR! or email it to:                                                                                                                                                            
  13. npm ERR!     <[email protected]>                                                                                                                                                
  14. npm ERR!                                                                                                                                                                            
  15. npm ERR! System Linux 2.6.38-11-generic                                                                                                                                            
  16. npm ERR! command "node" "/usr/local/bin/npm" "explore" "npm"                                                                                                                        
  17. npm ERR! cwd /home/bogdanbiv/Projects/npm/npm                                                                                                                                      
  18. npm ERR! node -v v0.4.12-pre                                                                                                                                                        
  19. npm ERR! npm -v 1.0.28-pre-DEV-UNSTABLE                                                                                                                                            
  20. npm ERR!                                                                                                                                                                            
  21. npm ERR! Additional logging details can be found in:                                                                                                                                
  22. npm ERR!     /home/bogdanbiv/Projects/npm/npm/npm-debug.log                                                                                                                        
  23. npm not ok
  24.  
  25.  
  26. bogdanbiv@desk-kub1104:~/Projects/npm/npm$ npm install -g forever
  27.  
  28. > [email protected] preinstall /usr/local/lib/node_modules/forever/node_modules/daemon
  29. > node-waf configure build
  30.  
  31. Checking for program g++ or c++          : /usr/bin/g++
  32. Checking for program cpp                 : /usr/bin/cpp
  33. Checking for program ar                  : /usr/bin/ar
  34. Checking for program ranlib              : /usr/bin/ranlib
  35. Checking for g++                         : ok  
  36. Checking for node path                   : not found
  37. Checking for node prefix                 : ok /usr/local
  38. 'configure' finished successfully (0.036s)
  39. Waf: Entering directory `/usr/local/lib/node_modules/forever/node_modules/daemon/build'
  40. [1/2] cxx: src/daemon.cc -> build/default/src/daemon_1.o
  41. [2/2] cxx_link: build/default/src/daemon_1.o -> build/default/daemon.node                                                                                                          
  42. Waf: Leaving directory `/usr/local/lib/node_modules/forever/node_modules/daemon/build'                                                                                              
  43. 'build' finished successfully (0.308s)
  44. /usr/local/bin/forever -> /usr/local/lib/node_modules/forever/bin/forever
  45. [email protected] /usr/local/lib/node_modules/forever
  46.  
  47.  
  48. bogdanbiv@desk-kub1104:~/Projects/npm/npm$ npm explore socket.io
  49.  
  50. Exploring /home/bogdanbiv/Projects/npm/npm/node_modules/socket.io
  51. Type 'exit' or ^D when finished
  52.  
  53. bogdanbiv@desk-kub1104:~/Projects/npm/npm/node_modules/socket.io$ more /home/bogdanbiv/Projects/npm/npm/npm-debug.log
  54. info it worked if it ends with ok
  55. verbose cli [ 'node', '/usr/local/bin/npm', 'explore', 'npm' ]
  56. verbose config file /home/bogdanbiv/.npmrc
  57. verbose config file /usr/local/etc/npmrc
  58. ERR! Error: It doesn't look like npm is installed.
  59. ERR!     at /usr/local/lib/node_modules/npm/lib/explore.js:23:43
  60. ERR!     at cb (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:37:9)
  61. ERR! Report this *entire* log at:
  62. ERR!     <http://github.com/isaacs/npm/issues>
  63. ERR! or email it to:
  64. ERR!     <npm-@googlegroups.com>
  65. ERR!
  66. ERR! System Linux 2.6.38-11-generic
  67. ERR! command "node" "/usr/local/bin/npm" "explore" "npm"
  68. ERR! cwd /home/bogdanbiv/Projects/npm/npm
  69. ERR! node -v v0.4.12-pre
  70. ERR! npm -v 1.0.28-pre-DEV-UNSTABLE
  71. verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement