Created
August 15, 2015 02:51
-
-
Save brettveenstra/8677fbee92bb897153c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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