Created
January 6, 2017 17:15
-
-
Save cicorias/b3729c4afe90300daf8f9b2732b81806 to your computer and use it in GitHub Desktop.
Installing NodeJS 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
sudo apt-get install -y build-essential libssl-dev | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment