Skip to content

Instantly share code, notes, and snippets.

@maxcodes
Created October 27, 2016 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxcodes/13e10ff67ab7545975b3d6f6b92ea5c7 to your computer and use it in GitHub Desktop.
Save maxcodes/13e10ff67ab7545975b3d6f6b92ea5c7 to your computer and use it in GitHub Desktop.
How to install node using nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
# open new shell
command -v nvm # should output "nvm"
nvm install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment