Skip to content

Instantly share code, notes, and snippets.

@vincentdesmares
Created September 8, 2017 00:16
Show Gist options
  • Save vincentdesmares/b5ef71578a4afd0d18d0eae2be21500d to your computer and use it in GitHub Desktop.
Save vincentdesmares/b5ef71578a4afd0d18d0eae2be21500d to your computer and use it in GitHub Desktop.
Installing node with nvm
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install node
nvm use v6.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment