在调试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.
Come on, brother, I have encountered this problem before, and later I solved it. You can read my blog post, or my self-answer in SF.
Meteor+angularjs implements light forum series 1
Meteor1.2.1 version does not support this way of writing angularjs?
Hope it helps you