Resolving meteor add angular-templates Package Version Conflicts

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

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 :cry:

This is the package path. Can you help me customize it to be compatible with Meteor v3.3

i guess @grubba was refereing about angular-templates-runtime
We should update the angular-templates-runtime pkg to use the newset caching-html-compiler that uses caching-compiler 2.x

you can do the fix and test locally like this

the repository last update was 8y ago, so try to fork it and fix yourself, let us know if you need extra support on it

1 Like