流星崩溃并出现错误:未找到包含铁路由器的0.9.1版本

时间:2014-08-20 15:33:52

标签: meteor meteorite iron-router

运行Meteor 0.8.3,自周一以来一直没有参与我的项目。今天我无法启动Meteor,也无法使用Meteorite包经理:

/usr/local/bin/mrt run

Stand back while Meteorite does its thing
smart.json changed.. installing from smart.json

/usr/local/lib/node_modules/meteorite/lib/dependencies/package.js:63
      throw('No version ' + version + ' of package ' + self.name + ' was found
                                                                 ^
No version 0.9.1 of package iron-router was found in the atmosphere database

Process finished with exit code 8

我有一种偷偷摸摸的怀疑,它与他们准备新的Meteor包装系统有关。有谁知道我怎么能让这个应用程序再次运行?

2 个答案:

答案 0 :(得分:4)

似乎即将推出的铁路由器版本已经过早推出。回滚说明为here

答案 1 :(得分:4)

打开smart.json并将铁路由器条目更改为以下内容。

"iron-router": "0.8.2"

运行mrt update