meteor 未知包(0.9.0)

标签 meteor meteorite

我刚刚将我的 meteor 应用程序更新到 meteor 版本 0.9.0

一切似乎都运作良好。但现在的问题是,当我重新 check out 我的项目并尝试运行它时,我会收到如下错误:

% 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 时,我收到了完全相同的错误消息。有什么建议吗?

最佳答案

您需要迁移您的包名称:

meteor remove subs-manager
meteor add meteorhacks:subs-manager

您可以通过搜索气氛来查看名称,我认为现在使用新的命名系统或使用 meteor search 例如 meteor search subsmanager

关于 meteor 未知包(0.9.0),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25526346/

相关文章:

ios - meteor ios cordova ENOENT,没有这样的文件或目录

meteor - 我可以将 wix/react-native-navigation 创建的根组件包装在 ApolloProvider 组件中吗

javascript - 在 Meteor.js 中使用 forEach 生成传单标记

twitter-bootstrap - 资源解释为 Font 但使用 MIME 类型 text/html 传输 : "http://localhost:3000/fonts/glyphicons-halflings-regular.woff"

node.js - 如何在 meteor 中访问当前模板中的元素?

Meteor - HTML 属性错误中不允许使用 TRIPLE 模板标记

javascript - Blaze 模板助手仅在 Meteor/Mongo 中的每个循环中以空格键返回

mongodb - 设计 MongoDB 集合与关系方法

javascript - Meteor js Windows 安装报错 "Failed to contact install server"

meteor - 集成passport.js和Meteor