Skip to content

Instantly share code, notes, and snippets.

@sumitdhameja
Created February 27, 2016 17:22
Show Gist options
  • Save sumitdhameja/3e4d7050e1a2cbc384cc to your computer and use it in GitHub Desktop.
Save sumitdhameja/3e4d7050e1a2cbc384cc to your computer and use it in GitHub Desktop.
Setup - Node.JS
# REF: https://github.com/creationix/nvm
git clone https://github.com/creationix/nvm.git ~/.nvm
apt-get install -y openssl libssl-dev
echo ". ~/.nvm/nvm.sh" >> ~/.bashrc
. ~/.nvm/nvm.sh
nvm ls-remote
nvm install v0.11.13
nvm alias default v0.11.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment