I'm trying to complete the Polymer tutorial on a Mac. However, upon trying to load the starter kit, I run into the following error:
? Which starter template would you like to use? polymer-2-starter-kit info: Running template polymer-2-starter-kit... info: Finding latest ^3.0.0 release of PolymerElements/polymer-starter-kit error:
Uncaught exception: getaddrinfo ENOTFOUND api.github.com api.github.com:443 error: Error: getaddrinfo ENOTFOUND api.github.com api.github.com:443 at __dirname.sendError (/usr/local/lib/node_modules/polymer-cli/node_modules/github/lib/index.js:838:19) at /usr/local/lib/node_modules/polymer-cli/node_modules/github/lib/index.js:849:29 at callCallback (/usr/local/lib/node_modules/polymer-cli/node_modules/github/lib/index.js:713:17) at ClientRequest. (/usr/local/lib/node_modules/polymer-cli/node_modules/github/lib/index.js:791:17) at emitOne (events.js:96:13) at ClientRequest.emit (events.js:188:7) at TLSSocket.socketErrorListener (_http_client.js:309:9) at emitOne (events.js:96:13) at TLSSocket.emit (events.js:188:7) at connectErrorNT (net.js:1021:8) 1147425-FVFTM15DH3QK:Polymer test
I'm pretty sure this is because of the company proxy I'm behind. However, trying to launch it by explicitly stating the proxy (eg. https_proxy=http://proxy:port http_proxy=http://proxy:port polymer init polymer-2-starter-kit
) results in the same.
How can I make sure the starter kit loads? Thank you!