当我尝试启动 Meteor 项目时收到以下错误消息

=> Errors prevented startup:

   While selecting package versions:
   error: Potentially incompatible change required to top-level dependency: joshowens:accounts-entry 0.7.3, was 1.0.4.
   Constraints on package "joshowens:accounts-entry":

   To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.

=> Your application has errors. Waiting for file change.

我试过删除软件包并更新/降级它,但我无法解决此错误或弄清楚如何在命令行上运行“-allow-incompatible-update”。命令。有什么建议么?

最佳答案

使用 meteor --allow-incompatible-update 并且错误信息消失了。

关于meteor - 在 meteor 项目上出现 "error: Potentially incompatible change required to top-level dependency"错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36928088/

10-11 10:56