Skip to content

Instantly share code, notes, and snippets.

@Garbee
Created July 15, 2014 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Garbee/b5f06181515571165820 to your computer and use it in GitHub Desktop.
Save Garbee/b5f06181515571165820 to your computer and use it in GitHub Desktop.
install node
curl https://raw.githubusercontent.com/creationix/nvm/v0.10.0/install.sh | bash
source ~/.bashrc #.bash_profile,whatever
nvm install 0.10
nvm alias default 0.10
npm install -G nodejs
#complete and happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment