Last active
August 29, 2015 14:22
-
-
Save johndacosta/eacbd537a6ab954e998b to your computer and use it in GitHub Desktop.
install npm packages globally, this is personal preference only --- not a recommendation
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
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