Created
December 30, 2015 23:02
-
-
Save pablodgonzalez/b80a9d9fa2b93b185e87 to your computer and use it in GitHub Desktop.
node environment
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
nvm ls-remote | |
read "Please select the version to install" version | |
nvm install $version | |
nvm use $version | |
nvm alias default $version | |
npm install -g npm | |
npm install -g grunt-cli | |
npm install -g bower | |
npm install -g phantomjs | |
npm install -g mocha | |
npm install -g expect | |
npm install -g npm-check-updates | |
npm install -g bower-check-updates | |
npm install -g ungit | |
npm install -g jshint | |
npm install -g yo | |
npm install -g generator-karma | |
npm install -g generator-angular |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment