首页 文章

Meteor:运行Meteor更新时连接未知系统errno 64

提问于
浏览
1

我正在尝试将我的Meteor存储库更新到0.9.0但是当我运行'Meteor update'时它说无法连接到服务器,你确定你在线吗?

我在线,所以我搜索了错误并找到了这个stackoverflow并按照说明操作:

Can't install, update or run Meteor after update

现在,当我尝试在meteor文件夹中运行meteor update时,我收到错误:

Error connecting to package server: Network error: wss://packages.meteor.com/websocket: connect Unknown system errno 64
Warning: could not connect to package server

/Users/Feroze/.meteor/packages/meteor-tool/.1.0.26.p03e91++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:206
                        throw(ex);
                              ^
[Offline: Error: connect Unknown system errno 64]

而现在我被卡住了 . 我不知道如何在计算机上运行我的应用程序 . 任何帮助将不胜感激 .


更新:

我重新启动了我的计算机并摆脱了我在这篇文章中报告的错误,但我回到了原来的错误:当运行Meteor更新它报告时

Can't contact the update server. Are you online?
This project is already at Meteor 0.8.3, the latest release
installed on this computer.

不知道该怎么办......

1 回答

  • 1

    解决方案:重启计算机 . 没有别的需要 . 刚刚重新启动计算机,现在它可以工作 . 我认为重启后操作系统可能已经更新了某些文件的位置或类似的东西 . 不确定,但重启工作 .

相关问题