Created
September 2, 2014 01:49
-
-
Save jarontai/8f91eb17cf9745142fac to your computer and use it in GitHub Desktop.
install node via nvm on debian
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 update && apt-get install git-core curl build-essential openssl libssl-dev | |
curl https://raw.githubusercontent.com/creationix/nvm/v0.14.0/install.sh | bash | |
nvm ls-remote | |
nvm install 0.10 | |
nvm use 0.10 | |
nvm alias default 0.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment