Hi,
I am learning meteor and learning the simple todo app in the meteor website. I have installed node and meteor in my system. I am getting timeout error when I try to run the app.
While downloading blaze@2.3.3…:
error: connect ETIMEDOUT
While downloading blaze-html-templates@1.1.2…:
error: connect ETIMEDOUT
While downloading blaze-tools@1.0.10…:
error: connect ETIMEDOUT
While downloading caching-html-compiler@1.1.3…:
error: connect ETIMEDOUT
While downloading html-tools@1.0.11…:
error: connect ETIMEDOUT
While downloading htmljs@1.0.11…:
error: connect ETIMEDOUT
While downloading jquery@1.11.11…:
error: connect ETIMEDOUT
While downloading mongo-decimal@0.1.0…:
error: connect ETIMEDOUT
While downloading spacebars@1.0.15…:
error: connect ETIMEDOUT
While downloading spacebars-compiler@1.1.3…:
error: connect ETIMEDOUT
While downloading templating@1.3.2…:
error: connect ETIMEDOUT
While downloading templating-compiler@1.3.3…:
error: connect ETIMEDOUT
While downloading templating-runtime@1.3.2…:
error: connect ETIMEDOUT
While downloading templating-tools@1.1.2…:
error: connect ETIMEDOUT
While downloading ui@1.0.13…:
error: connect ETIMEDOUT
I have tried setting http and https proxy, npm cache clean, npm install but still no use.
I am using node version 8.11.1 and meteor version 1.8.0.1
Thanks