Created
May 23, 2017 22:14
-
-
Save x1unix/5d001be3fad8560cd14a299dccf706ef to your computer and use it in GitHub Desktop.
Install Node 6.x On Ubuntu
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 characters
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash | |
sudo apt-get install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment