While debugging Meteor and angular demos, I encountered such an error during runtime. How to solve it? ? ? ?
=> 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.
迷茫2017-05-15 17:00:06
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