I am new to Ionic. I ran into problems with proxies when I started working with Ionic 3.
After installing Ionic and cordova via npm, I tried to create a new project using the command below, as suggested by ionic help 
npm install -g @ionic/cli-plugin-proxy
followed by
ionic start helloWorld blank
Error: getaddrinfo ENOTFOUND github.com github.com-00-0043 
Configuration
npm and git config are already installed and working, since I work with angular behind a proxy server, able to install any libraries and click on github without problems
There are HTTP_PROX, PROXY, and IONIC_HTTP_PROXY environment variables.
I tried to remove the ionic and reinstall, install the proxy again, but nothing helps. Could not find any help. Do I need to install any other proxy for working with ionic 3? Please help me in resolving this issue.
version
- Node: 7.8.0
- npm: 4.0.3
- ionic: 3.1.2
- cordova: 7.0.1
source share