我刚刚将流星应用程序更新为流星版本0.9.0
一切似乎都运作良好。然而现在的问题是,当我对我的项目进行新的检查并尝试运行它时,我会收到这样的错误:
% meteor
Figuring out the best package versions to use. This may take a moment.
Could not resolve the specified constraints for this project:
Error: unknown package: subs-manager
所以我尝试按如下方式安装软件包:
% meteor add subs-manager
Figuring out the best package versions to use. This may take a moment.
Could not resolve the specified constraints for this project:
Error: unknown package: subs-manager
然后我尝试了:
% mrt install subs-manager
Done installing smart packages
但是当我尝试再次运行meteor
时,我得到完全相同的错误消息。有什么建议吗?
答案 0 :(得分:6)
您需要迁移软件包名称:
meteor remove subs-manager
meteor add meteorhacks:subs-manager
您可以通过搜索气氛查看姓名,我认为现在使用新的命名系统或使用meteor search
例如meteor search subsmanager