Skip to content

Instantly share code, notes, and snippets.

@mcauser
Created December 11, 2013 03:28
Show Gist options
  • Select an option

  • Save mcauser/7904700 to your computer and use it in GitHub Desktop.

Select an option

Save mcauser/7904700 to your computer and use it in GitHub Desktop.
npm global packages
# list installed
npm -g ls
# install
npm -g install bower
npm -g install express
npm -g install grunt-cli
npm -g install jshint
npm -g install jslint
npm -g install karma
npm -g install less
npm -g install protractor
npm -g install requirejs
npm -g install uglify-js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment