It finally worked for me. These are the steps I took:
- Uninstall bower from npm
npm uninstall bowerornpm uninstall -g bower - Install bower-canary from npm
npm install bower-canaryornpm install -g bower-canary - Create
.bowerrcin your project directory with the following content to turn off SSL:
{ "strict-ssl": false, "https-proxy": "" }
- Then try again
bower install angular-bootstrap