I am running visual studio 2015 behind a proxy, for that reason bower is failing to install packages. As mentioned here
, I have put the proxy settings in .bowerrc
file and placed this file on the root of the project, but still package restore is timing out.
I have tried similar situation with webstorm projects and it worked. Also, noticed that npm package pick up the IE proxy, so no need of extra configuration.
In short:
- How can we set the proxy configuration for bower in visual studio project?
- Is there a way to set the proxy configuration globally for bower?