Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Created November 27, 2015 04:01
Show Gist options
  • Save OmgImAlexis/a5f1af39d150ac60a776 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/a5f1af39d150ac60a776 to your computer and use it in GitHub Desktop.
Setup nodejs
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
nvm install v5.0.0
nvm use v5.0.0
nvm alias default v5.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment