Skip to content

Instantly share code, notes, and snippets.

@runspired
Created January 13, 2015 05:46
Show Gist options
  • Save runspired/ccbf7db97439e4f7606a to your computer and use it in GitHub Desktop.
Save runspired/ccbf7db97439e4f7606a to your computer and use it in GitHub Desktop.
Enhance your front-end package experience by making it easy to wipe and start over when NPM / Bower screw up.
alias nom='npm cache clean && rm -rf node_modules && npm install'
alias bom='bower cache clean && rm -rf bower_components && bower install'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment