In addition to setting the below proxy in .bowerrc :
{ "directory": "app/bower_components", "proxy":"http://<user>:<password>@proxy.company.com:<proxy-port>", "https-proxy":"http://<user>:<password>@proxy.company.com:<proxy-port>", "http-proxy":"http://<user>:<password>@proxy.company.com:<proxy-port>", "strict-ssl": false, "registry": "http://bower.herokuapp.com" }
I need to run the following commands to fix the problem:
npm cache clean bower cache clean bower install
Arpit May 22 '17 at 12:42 2017-05-22 12:42
source share