Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. sithu@Lubuntu1410:~$ node --version
  2. The program 'node' can be found in the following packages:
  3. * node
  4. * nodejs-legacy
  5. Try: sudo apt-get install <selected package>
  6.  
  7. sithu@Lubuntu1410:~$ npm --version
  8. The program 'npm' is currently not installed. You can install it by typing:
  9. sudo apt-get install npm
  10.  
  11. sithu@Lubuntu1410:~$ nvm list
  12. v0.10.33
  13. stable -> 0.10 (-> v0.10.33) (default)
  14. sithu@Lubuntu1410:~$ nvm use stable
  15. Now using node v0.10.33
  16. sithu@Lubuntu1410:~$ node --version
  17. v0.10.33
  18. sithu@Lubuntu1410:~$ npm --version
  19. 1.4.28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement