Installion Issue

Hello,

I am new on Meteor and i’m trying to install it on a windows 8.1 platform but i’m getting series of error messages as these:

PS C:\users\cyberion\documents\meteor\social> meteor
[[[[[ C:\users\cyberion\documents\meteor\social ]]]]]

=> Started proxy.
=> Errors prevented startup:

While downloading blaze@2.3.0…:
error: connect EACCES 94.31.29.131:443

While downloading blaze-html-templates@1.1.0…:
error: connect EACCES 94.31.29.131:443

While downloading blaze-tools@1.0.10…:
error: connect EACCES 94.31.29.131:443

While downloading caching-html-compiler@1.1.0…:
error: connect EACCES 94.31.29.131:443

While downloading html-tools@1.0.11…:
error: connect EACCES 94.31.29.131:443

While downloading htmljs@1.0.11…:
error: connect EACCES 94.31.29.131:443

While downloading spacebars@1.0.13…:
error: connect EACCES 94.31.29.131:443

While downloading spacebars-compiler@1.1.0…:
error: connect EACCES 94.31.29.131:443

While downloading templating@1.3.0…:
error: connect EACCES 94.31.29.131:443

While downloading templating-compiler@1.3.0…:
error: connect EACCES 94.31.29.131:443

While downloading templating-runtime@1.3.0…:
error: connect EACCES 94.31.29.131:443

While downloading templating-tools@1.1.0…:
error: connect EACCES 94.31.29.131:443

While downloading ui@1.0.12…:
error: connect EACCES 94.31.29.131:443

=> Your application has errors. Waiting for file change.

What should i do? What could be the problem? A proxy issue or what?

Meteor is built on top of NodeJs.

EACCESS is Node’s way of complaining that it’s not getting access to an external port.

I’d suggest you investigate firewalls as your probable root cause.

Also Google for “error: connect EACCES windows”