scompiler/red-zoom-angular

support to Angular 14

busvar opened this issue · 2 comments

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?

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.

4Bos commented

@busvar use version 0.10.0 which supports Angular 14.