Bower install - failed with ETIMEDOUT

AlwaysALearner picture AlwaysALearner · Apr 7, 2014 · Viewed 32.8k times · Source

When I run bower install, I get the following error:

Request to https://bower.herokuapp.com/packages/jquery failed with ETIMEDOUT, retrying in 1.8s

But when I run the same URL in the address bar of Chrome, I get the json. I don't know why it fails when I do bower install using Windows 7 command shell. I suspect it has got something to do with my workplace's proxy settings.

Anyone?

Answer

Robert Moon picture Robert Moon · Nov 11, 2015

Try edit .bowerrc

"proxy":"http://<host>:<port>",
"https-proxy":"http://<host>:<port>",
"strict-ssl": false