Skip to content

Instantly share code, notes, and snippets.

@codecakes
Created October 21, 2015 04:48
Show Gist options
  • Save codecakes/ce6bc8699dd68047ed01 to your computer and use it in GitHub Desktop.
Save codecakes/ce6bc8699dd68047ed01 to your computer and use it in GitHub Desktop.
GEt latest Node version using nvm on Ubuntu
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
source ~/.bashrc
nvm install 0.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment