Created
December 26, 2015 15:42
-
-
Save smorcuend/b60828f80f2abc5ac98f to your computer and use it in GitHub Desktop.
NVM installation on Linux (based on Debian distros)
This file contains 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 update | |
sudo apt-get install build-essential libssl-dev | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash | |
nvm install stable | |
nvm alias default stable | |
nvm use default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment