angular.js - meteor & angularjs 运营demo出错冲突。

浏览:62日期:2023-01-21

问题描述

在调试Meteor和angular的demo,运行时遇到这样的错误,请问怎么解决????

=> Started proxy. => Started MongoDB. => Errors prevented startup:While determining active plugins: error: conflict: two packages included in the app (angular-templates and templating) are both trying to handle *.html error: conflict: two packages included in the app (pbastowski:angular-babel and ecmascript) are both trying to handle *.js While determining active plugins: error: conflict: two packages included in the app (angular-templates and templating) are both trying to handle *.html error: conflict: two packages included in the app (pbastowski:angular-babel and ecmascript) are both trying to handle *.js => Your application has errors. Waiting for file change.

问题解答

回答1:

来 兄弟我之前也遇到过这个问题,后来我解决了 ,你可以看看我的博文,或者我在sf的自问自答。

Meteor+angularjs 实现轻论坛系列一

meteor1.2.1版本不支持这样的angularjs写法?

希望对你有帮助

相关文章: