I install bower
npm install -g bower
bower --version
1.3.9
bower search jquery
bower ENOTFOUND Request to https://bower.herokuapp.com/packages/search/jquery failed: getaddrinfo ENOTFOUND
It is a fresh install, with nothing special happening. I am not behind a proxy, and other libraries such as grunt or npm work with no problems. So why specifically is bower unable to reach the internet?
I am at step one of a Bower install tutorial. There is nothing I can add to this question other than I am brand new to Bower and it does not work as expected.
I got rid of git / node with a complete re-install. All set up again, and back to this problem