【发布时间】:2016-04-18 21:58:44
【问题描述】:
> meteor publish
Unable to update package catalog (are you offline?)
If you are using Meteor behind a proxy, set HTTP_PROXY and HTTPS_PROXY environment variables or see this page for more details: https://github.com/meteor/meteor/wiki/Using-Meteor-behind-a-proxy
DDP disconnected while connection in progress
This command requires an up-to-date package catalog. Exiting.
> meteor update
Unable to update package catalog (are you offline?)
If you are using Meteor behind a proxy, set HTTP_PROXY and HTTPS_PROXY environment variables or see this page for more details: https://github.com/meteor/meteor/wiki/Using-Meteor-behind-a-proxy
This project is already at Meteor 1.2.1, the latest release.
The following top-level dependencies were not updated to the very latest version available:
我在线。我没有代理。我在手机热点和家用电缆调制解调器后面都试过了。
如何进一步诊断问题?
【问题讨论】:
-
我看到on the meteor forums
meteor install今天停了一段时间 -
谢谢迈克尔,那一定是它——现在工作了。
标签: meteor