Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created May 22, 2015 19:18
Show Gist options
  • Save guillermoroblesjr/ce97301ae8d326093f66 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/ce97301ae8d326093f66 to your computer and use it in GitHub Desktop.
Force install of a package with Bower when the bower.json file has errors
# bower install <name-for-your-directory>=http://<url>/<file-name> -S
# example
bower install dom4-polyfill=https://raw.githubusercontent.com/WebReflection/dom4/master/build/dom4.js -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment