Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install on 12 version of Angular #328

Open
1zaboy opened this issue May 26, 2021 · 7 comments
Open

Can't install on 12 version of Angular #328

1zaboy opened this issue May 26, 2021 · 7 comments

Comments

@1zaboy
Copy link

1zaboy commented May 26, 2021

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

npm ERR! Found: @angular/cdk@12.0.1
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/password-strength@8.2.1
npm ERR! node_modules/@angular-material-extensions/password-strength
npm ERR!   @angular-material-extensions/password-strength@"^8.2.1" from the root project
@kharratahmed
Copy link

Any news here ?

@jordanhooper73
Copy link

Any idea when Angular 12 will be supported?

@David-Ben-Mesecke
Copy link

Please 💯 % 👍

@wmmaintz
Copy link

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/password-strength@8.2.1
├─ @angular/cli@12.2.11
├─ @angular/common@12.2.11
├─ @angular/compiler-cli@12.2.11
├─ @angular/compiler@12.2.11
├─ @angular/core@12.2.11

and receive these warnings:

warning " > @angular-material-extensions/password-strength@8.2.1" has incorrect peer dependency "@angular/common@^11.0.2".
warning " > @angular-material-extensions/password-strength@8.2.1" has incorrect peer dependency "@angular/core@^11.0.2".
warning " > @angular-material-extensions/password-strength@8.2.1" has incorrect peer dependency "@angular/forms@^11.0.2".
warning " > @angular-material-extensions/password-strength@8.2.1" has incorrect peer dependency "@angular/cdk@^11.0.0".
warning " > @angular-material-extensions/password-strength@8.2.1" has incorrect peer dependency "@angular/material@^11.0.0".

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

@AnthonyNahas
Copy link
Member

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

please consider picking the right one

thank you

@AnthonyNahas
Copy link
Member

support of angular 12 will be by the weekend

@wmmaintz
Copy link

wmmaintz commented Oct 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants