Error in creating meteor project

I install meteor 1.8.1 using choco in windows 10. But when i try to create a project using meteor create myapp it show this error
=> Errors while creating your project

While downloading blaze@2.3.3…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading blaze-html-templates@1.1.2…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading blaze-tools@1.0.10…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading caching-html-compiler@1.1.3…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading ecmascript@0.12.7…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading html-tools@1.0.11…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading htmljs@1.0.11…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading jquery@1.11.11…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading mongo-decimal@0.1.1…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading spacebars@1.0.15…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading spacebars-compiler@1.1.3…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading templating@1.3.2…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading templating-compiler@1.3.3…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading templating-runtime@1.3.2…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading templating-tools@1.1.2…:
error: connect ETIMEDOUT 151.139.105.15:443

While downloading ui@1.0.13…:
error: connect ETIMEDOUT 151.139.105.15:443

plase help me I am new in meteor…

Are you accessing the Internet via a proxy?

no… I use brodband connection…
I think it is not a connection problem. Is this any dependency which I missed?

It’s because the HTTP(S) request is not being returned in time. Things to look at:

  • Windows firewall settings.
  • Windows defender or other anti-virus.
  • Re-installing.
    • Did you choco install in an elevated (administrator) PowerShell window?
    • Are you running meteor create in a normal user PowerShell window?