Advertisement
techblog

ins_nodejs

Jul 12th, 2018
1,686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. sudo apt-get install software-properties-common build-essential
  2. curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
  3. sudo apt-get install nodejs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement