Problem Overview
Meteor version 3.1.2 : When running
meteor add angular-templates
error: Conflict: Constraint caching-compiler@1.1.7 is not satisfied by caching-compiler 2.0.1.
Constraints on package “caching-compiler”:
- caching-compiler@~2.0.1 ← top level
- caching-compiler@1.1.7 ← caching-html-compiler 1.0.7 ← angular-templates-runtime 0.0.1 ← angular-templates 1.0.3
Is there a way to solve this issue ???