Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Can't install elements
Hi
I am trying to install vaadin-grid into an angular 2 application.
bash-3.2$ bower install vaadin-grid
bower not-cached https://github.com/vaadin/vaadin-grid.git#*
bower resolve https://github.com/vaadin/vaadin-grid.git#*
bower checkout vaadin-grid#v1.1.2
bower resolved https://github.com/vaadin/vaadin-grid.git#1.1.2
bower not-cached git://github.com/polymer/polymer.git#^1.1.1
bower resolve git://github.com/polymer/polymer.git#^1.1.1
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/polymer/polymer.git", exit co
de of #128 fatal: unable to connect to github.com: github.com[0: 192.30.253.112]: errno=Operation timed out
Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.253.112]: errno=Operation timed out
Can anybody direct where I'm going wrong.
thanks
Hey Paul. Looks like your command is correct, but your computer is not able to connect to github to download the dependency. Are you able to access github.com in your browser?
Hi marcus,
yes I can open github.com from my browser. My app is stored in git repository.
Marcus Hellberg: Hey Paul. Looks like your command is correct, but your computer is not able to connect to github to download the dependency. Are you able to access github.com in your browser?
Ok. Are you still seeing the issue? If you are, can you ping github.com[0: 192.30.253.112] from your command line? Are you behind a proxy of some sort?
cracked it - thanks for your help - it was a firewall issue.
Great! Hadn't seen that issue before, good to know what the fix was in case someone else runs into it.