Meteor crashes with error: No version 0.9.1 of package iron-router was found

和自甴很熟 提交于 2019-12-12 13:18:20

问题


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

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?


回答1:


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




回答2:


open smart.json and change iron-router entry to following.

"iron-router": "0.8.2"

run mrt update



来源:https://stackoverflow.com/questions/25408835/meteor-crashes-with-error-no-version-0-9-1-of-package-iron-router-was-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!