Last active
October 25, 2018 05:37
-
-
Save satomacoto/52c6f754dfcdaea697d5083e7a40a239 to your computer and use it in GitHub Desktop.
Revisions
-
satomacoto revised this gist
Oct 25, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ sudo apt-get install -y nodejs npm sudo npm cache clean sudo npm install n -g sudo n stable exec $SHELL -
satomacoto created this gist
Oct 24, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # install node & npm apt-get install -y nodejs npm apt-transport-https npm cache clean npm install n -g n stable ln -sf /usr/local/bin/node /usr/bin/node ln -sf /usr/local/bin/npm /usr/bin/npm