Meteor js Windows install error “Failed to contact install server”

若如初见. 提交于 2019-12-13 01:16:11

问题


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


回答1:


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/




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/32675541/meteor-js-windows-install-error-failed-to-contact-install-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!