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 ???
1 Like
grubba
2
I think to solve it you would need to update or ask for people to update this angular-templates
package.
I think we have not seen much maintenance of angular integration with meteor in a while, so there is a change things will not work
@grubba Is there a possible way to update this package to be compatible with the new meteor version
1 Like
Do you have the source code/GitHub for it? I tried to find via atmosphere, but I could not 