流星崩溃并显示错误:找不到包iron-router的0.9.1版本

流星崩溃并显示错误:找不到包iron-router的0.9.1版本

问题描述:

Running Meteor 0.8.3,自周一以来就没有在我的项目中进行过.今天,我无法启动Meteor,也无法使用Meteorite软件包管理器:

Running Meteor 0.8.3, haven't worked on my project since Monday. Today I can't start Meteor nor use Meteorite package manager:

/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包裹系统有关.有谁知道我如何能够再次运行该应用程序?

I have a sneaky suspicion it has something to do with them prepping the new Meteor package system. Does anyone know how I might be able to get this app running again?

似乎即将推出的铁路由器版本过早推出.回滚说明位于此处.

It seems that an upcoming version of iron-router got pushed prematurely. Instructions for rolling back are here.