yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

IronElements is gone so this is broken #264

Closed stevensacks closed 8 years ago

stevensacks commented 8 years ago

bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/PolymerElements/iron-elements.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.128]: errno=Operation timed out

That repo no longer exists, which means that this Yeoman generator is broken. It leaves you with an incomplete project that will not run in the browser.

Kind of a Big Deal™. :wink:

stevensacks commented 8 years ago

Ok I'm not sure what's going on, but I am getting weird timeout errors from github on more than just this repo. Sometimes this repo doesn't load, sometimes it's neon-elements. Not an issue, must be my network.

samccone commented 8 years ago

Thanks for the update and info™ @stevensacks :wink:


since bower pulls from github... looks like you are just hitting some github connectivity issues

robdodson commented 8 years ago

I guess for anyone who comes across this issue, the iron-elements do exist here https://github.com/polymerelements/iron-elements

Possibly a github or bower issue? Might try clearing your bower cache with bower cache clean

masonlouchart commented 8 years ago

Using a VPN can block the download of some elements. Sometime, I have to disconnect mine. :innocent: