password-strength
password-strength copied to clipboard
Can't install on 12 version of Angular
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
Any news here ?
Any idea when Angular 12 will be supported?
Please 💯 % 👍
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!
there are warning because your are using old angular versions..
please consider picking the right one
thank you
support of angular 12 will be by the weekend
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.