Closed
Description
Kudos for such a useful package!
I'm using angular v13 in my project. Unfortunately, angular-serve-and-run depends on an older version of angular. This causes an incompatibility in my testing.
When the builder is installed, I'm getting similar problems to users upgrading angular between versions.
Once angular-serve-and-run is installed, my angular builds start failing. Once removed, the same exact setup without alteration builds fine.
Could the package's dependencies be updated to angular 13, please? I suspect it would help with the version mismatch.
UPDATE:
I've found a workaround using yarn v2's version resolution override
yarn set resolution -s @angular-devkit/architect@npm:^0.1202.1 ^0.1303.0
yarn set resolution -s @angular-devkit/core@npm:^12.2.1 ^13.1.3