我刚刚将流星应用程序更新为流星版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
Run Code Online (Sandbox Code Playgroud)
所以我尝试按如下方式安装软件包:
% 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
Run Code Online (Sandbox Code Playgroud)
然后我尝试了:
% mrt install subs-manager
Done installing smart packages
Run Code Online (Sandbox Code Playgroud)
但是,当我尝试meteor再次运行时,我得到完全相同的错误消息.有什么建议在这里出错吗?
您需要迁移包名称:
meteor remove subs-manager
meteor add meteorhacks:subs-manager
Run Code Online (Sandbox Code Playgroud)
您可以通过搜索气氛来查看名称,我认为现在使用新的命名系统或使用meteor search例如meteor search subsmanager
| 归档时间: |
|
| 查看次数: |
649 次 |
| 最近记录: |