Bmax
Bmax

Reputation: 630

Meteor js Windows install error "Failed to contact install server"

I have tried running the install with "Run as Admin" feature on windows too, but the same issue persists. I see this question has been posted before but still no resolution given. Basically the following error message comes in the middle of the install and the install stops. Please help.

Error message:
"Failed to contact install server. Please try again later."

Upvotes: 1

Views: 2497

Answers (3)

Nikhil Goswami
Nikhil Goswami

Reputation: 81

Check if you have Node js already installed before installing meteorjs other wise it crashes on Windows sometimes hope it helped.

https://nodejs.org/en/download/

Upvotes: 1

Noel Koutlis
Noel Koutlis

Reputation: 1

install from https://github.com/meteor/meteor/wiki/Preview-of-Meteor-on-Windows (the >60MB file) and set the user.meteor folder in your path the problem with windows installation is too long pathnames (>256) so better try a linux VM

Upvotes: 0

F. Geraerts
F. Geraerts

Reputation: 1190

Install meteor with this installer: https://github.com/meteor/meteor/wiki/Preview-of-Meteor-on-Windows

If you are behind a proxy set these parameters HTTP_PROXY and HTTPS_PROXY: Using Meteor behind a proxy

Update your meteor installation: meteor update

The meteor will be updated to the last version.

Upvotes: 1

Related Questions