Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Meteor因错误而崩溃:未找到0.9.1版本的包铁路由器_Meteor_Meteorite_Iron Router - Fatal编程技术网

Meteor因错误而崩溃:未找到0.9.1版本的包铁路由器

Meteor因错误而崩溃:未找到0.9.1版本的包铁路由器,meteor,meteorite,iron-router,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

运行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

我偷偷地怀疑这与他们准备新的流星包系统有关。有人知道我怎样才能让这个应用程序再次运行吗?

看来即将推出的iron router版本被提前推出了。回滚说明如下。

打开smart.json并将iron router条目更改为以下内容

"iron-router": "0.8.2"

运行
mrt update

,这是我的smart.json文件中已经列出的版本。