aquaballoon

Install node.js

Jul 2nd, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. sudo apt-get install nodejs
  2. sudo apt-get install npm
  3.  
  4. # install packages (module / library) to local directory
  5. npm install express
  6.  
  7. # install it globally
  8. npm install -g express
  9.  
  10. npm install
Advertisement
Add Comment
Please, Sign In to add comment