我在1.5版本上开发了一个Meteor App。我使用版本1.6.1.1的 Chocolatey 进行了全新的Meteor安装。现在当我在项目目录中运行meteor命令时,我得到以下错误:
D:\project_name>meteor
Sorry, this project uses Meteor 1.5, which is not installed and could not
be downloaded. Please check to make sure that you are online.
Downloading meteor-tool@1.5.0... |
D:\project_name>
我可以确认我有互联网连接,但不知道为什么会在屏幕上显示此类消息,而不是下载 meteor-tool@1.5.0 并运行Meteor App。
有什么建议吗?