- Ionic application not getting started

Error: connect ETIMEDOUT 218.248.255.164:443
at Object._errnoException (util.js:1024:11)
at _exceptionWithHostPort (util.js:1046:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)

Ionic application not getting started

H:\PracticeIonic>ionic -v
3.18.0

H:\PracticeIonic>ng -v

Angular CLI: 1.5.2
Node: 8.9.1
OS: win32 x64
Angular:
H:\PracticeIonic>node -v
v8.9.1

I’m a beginner trying to start ionic…but I tried lot for installing.Dont know what’s happening.Any help will be great use to stat.

Hi,
Did you resolved this issue?
I am also having the same issue! if it is solve please help me

I’m also facing the same problem .Does any body have the solution

Hi guys: so I managed to solve this by giving a proxy before the ionic start command. I set my ionic proxy environment variables but for some reason its not being respected.

PROXY=http://xx.xx.xx.x:8080 ionic start 


The solution was found here