Advertisement
Zalati

Install Node Linux

Sep 16th, 2017
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cd ~
  2. curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh
  3. sudo bash nodesource_setup.sh
  4. sudo apt-get install nodejs
  5. sudo apt-get install build-essential
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement