Skip to content

Instantly share code, notes, and snippets.

@MattMcFarland
Created August 19, 2014 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattMcFarland/a453daf913e42081db44 to your computer and use it in GitHub Desktop.
Save MattMcFarland/a453daf913e42081db44 to your computer and use it in GitHub Desktop.
Repair common npm/bower/grunt issues with a single project
#/bin/bash
rm -rf node_modules && rm -rf bower_components
npm cache clean
npm install .
bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment