Created
August 25, 2015 21:05
-
-
Save cem2ran/c735e4ee8122d3e821dd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
brew update && \ | |
brew install nvm && \ | |
echo "source $(brew --prefix nvm)/nvm.sh" >> ~/.profile && \ | |
source ~/.profile && \ | |
nvm install iojs && \ | |
nvm alias default iojs && \ | |
npm install -g npm@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment