Skip to content

Instantly share code, notes, and snippets.

@brettveenstra
Created August 15, 2015 02:51
Show Gist options
  • Save brettveenstra/8677fbee92bb897153c6 to your computer and use it in GitHub Desktop.
Save brettveenstra/8677fbee92bb897153c6 to your computer and use it in GitHub Desktop.
# see http://stackoverflow.com/questions/28017374/what-is-the-suggested-way-to-install-brew-node-js-io-js-nvm-npm-on-os-x
brew update
brew install nvm
source $(brew --prefix nvm)/nvm.sh
echo "source $(brew --prefix nvm)/nvm.sh" >> ~/.zshrc
nvm install v0.12.7 #latest for now
npm install -g npm@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment