Meteor js Windows install error “Failed to contact

2019-08-13 00:05发布

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."

3条回答
唯我独甜
2楼-- · 2019-08-13 00:24

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/

查看更多
等我变得足够好
3楼-- · 2019-08-13 00:25

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

查看更多
放我归山
4楼-- · 2019-08-13 00:38

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.

查看更多
登录 后发表回答