password-strength icon indicating copy to clipboard operation
password-strength copied to clipboard

Can't install on 12 version of Angular

Open 1zaboy opened this issue 3 years ago • 7 comments

When updating angular to version 12, the package is no longer installed

npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/cdk
npm ERR!   @angular/cdk@"^12.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"^11.0.0" from @angular-material-extensions/[email protected]
npm ERR! node_modules/@angular-material-extensions/password-strength
npm ERR!   @angular-material-extensions/password-strength@"^8.2.1" from the root project

1zaboy avatar May 26 '21 12:05 1zaboy

Any news here ?

kharratahmed avatar Jul 26 '21 08:07 kharratahmed

Any idea when Angular 12 will be supported?

jordanhooper73 avatar Aug 13 '21 13:08 jordanhooper73

Please 💯 % 👍

David-Ben-Mesecke avatar Aug 21 '21 08:08 David-Ben-Mesecke

I never will understand why having a newer version of a package creates an error. I would understand it if the package was LESS than the needed version, but if it exceeds that version, why generate a warning or an error? I have version 12.2.11 of Angular and version 8.2.1 of this package. ├─ @angular-material-extensions/[email protected] ├─ @angular/[email protected] ├─ @angular/[email protected] ├─ @angular/[email protected] ├─ @angular/[email protected] ├─ @angular/[email protected]

and receive these warnings:

warning " > @angular-material-extensions/[email protected]" has incorrect peer dependency "@angular/common@^11.0.2".
warning " > @angular-material-extensions/[email protected]" has incorrect peer dependency "@angular/core@^11.0.2".
warning " > @angular-material-extensions/[email protected]" has incorrect peer dependency "@angular/forms@^11.0.2".
warning " > @angular-material-extensions/[email protected]" has incorrect peer dependency "@angular/cdk@^11.0.0".
warning " > @angular-material-extensions/[email protected]" has incorrect peer dependency "@angular/material@^11.0.0".

How bout it guys - it's been 5 months!

wmmaintz avatar Oct 21 '21 21:10 wmmaintz

there are warning because your are using old angular versions..

please consider picking the right one

thank you

AnthonyNahas avatar Oct 21 '21 22:10 AnthonyNahas

support of angular 12 will be by the weekend

AnthonyNahas avatar Oct 21 '21 22:10 AnthonyNahas

I think you missed the point. When you wrote, "there are warning because your are using old angular versions. please consider picking the right one.", you missed the point that I was using a NEWER version of Angular, NOT an older one. I could understand it if the requirement was to use version 11 and I was using version 10, but that was not the case. My use of version 12 EXCEEDED the minimum requirements, as opposed to falling short of them. I feel as though an error in this case is unwarranted.

wmmaintz avatar Oct 29 '21 05:10 wmmaintz