hello everyone
I am creating a new meteor project with meteor 3.
In this project, I use dynamic templates
To manage this type of template, I use the “iron:dynamic-template” package.
When I try to add this package
meteor add iron:dynamic-template
have the following error:
=> Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint blaze@2.0.0 is not satisfied by blaze 3.0.0.
I can’t find a solution to this problem online.
Can anyone help me?
THANKS