Created
October 15, 2015 08:38
-
-
Save randika/d4a1c412a4ff6c674629 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 install nvm | |
source $(brew --prefix nvm)/nvm.sh | |
echo "source $(brew --prefix nvm)/nvm.sh" >> .zshrc | |
nvm install 4.2.1 | |
node --version | |
npm install -g npm@latest | |
npm install -g bower | |
which bower |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment