support to Angular 14
busvar opened this issue · 2 comments
busvar commented
Trying to install with angular 14 i get the error below:
ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^13.1.0" from ngx-red-zoom@0.9.0
Is it planned any upgrade?
blalasaadri commented
We are having the same issue. For the time being, our workaround is having this line in the .npmrc
:
legacy-peer-deps=true
(as documented here), but that should only be a temporary workaround.