I updated a project from angular 11 to 12, when I wanted to install angular-checklist, I had the following:
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^9.1.1" from angular-checklist@1.5.0
Is there any fix that I can do to install angular-checklist with Angular 12?
I updated a project from angular 11 to 12, when I wanted to install angular-checklist, I had the following:
Is there any fix that I can do to install angular-checklist with Angular 12?