Skip to content

Instantly share code, notes, and snippets.

@pablodgonzalez
Created December 30, 2015 23:02
Show Gist options
  • Save pablodgonzalez/b80a9d9fa2b93b185e87 to your computer and use it in GitHub Desktop.
Save pablodgonzalez/b80a9d9fa2b93b185e87 to your computer and use it in GitHub Desktop.
node environment
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