How to make Ionic work behind a proxy? (Error: getaddrinfo ENOTFOUND github.com github.com:443)

I was unable to create a project Ionic

using Ionic CLI

. Every time I type
Ionic start project-name

it gives me this error:

Fetching app base (https://github.com/driftyco/ionic2-app-base/archive/master.tar.gz)
✖ Downloading - failed!
Error: getaddrinfo ENOTFOUND github.com github.com:443

      

Please note what I am working for proxy

. npm

, the git

proxies are set correctly (at least I think so) and I can create projects with no problem angular-cli

.

Please help me set up proxy correctly for Ionic setup. I am Windows 7 x64

.

enter image description here

+3


source to share


1 answer


the same issue has been raised on github. You can confirm the problem there Ionic 3 CLI cannot run project behind proxy



+1


source







All Articles