narenarya

Node install stable and latest Node JS on Ubuntu

Mar 12th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. sudo npm cache clean -f
  2. sudo npm install -g n
  3. sudo n stable
  4.  
  5. sudo ln -sf /usr/local/n/versions/node/<VERSION>/bin/node /usr/bin/node
Add Comment
Please, Sign In to add comment