Skip to content

Instantly share code, notes, and snippets.

@johndacosta
Last active August 29, 2015 14:22
Show Gist options
  • Save johndacosta/eacbd537a6ab954e998b to your computer and use it in GitHub Desktop.
Save johndacosta/eacbd537a6ab954e998b to your computer and use it in GitHub Desktop.
install npm packages globally, this is personal preference only --- not a recommendation
REM by deploying one at a time, an incorrectly types package name does not bomb entire installation
for %x in (async aws-sdk backbone body-parser bower browserify chalk cheerio cli-color coffee-script colors commander connect cordova debug express forever fs-extra glob grunt grunt grunt-cli gulp handlebars jade jquery karma less lodash log4js mime minimist mkdirp moment mongodb morgan mustache oauth optimist passport pg phantomjs pm2 promise q react redis request rimraf semver socket.io statsd tedious through through2 uglify-js underscore uuid validator when winston wrench yo) do npm install -g %x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment