forked from yuyang041060120/ng2-validation
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Incompatibility with Angular 13 #62
Comments
It actually fails already with angular 11:
|
I think no one is maintaining this repo from last two year. |
Angular v13.1.0 |
@hpardess Did you find the solution or alternative? |
run:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IMPORTANT:
Upgrading angular 12 to 13 fails in migration step. Ngx-custom-validators have to be updated to angular@13 as well
$ npx @angular/cli@13 update @angular/core@13 @angular/cli@13
Using package manager: 'npm'
Collecting installed dependencies...
Found 80 dependencies.
Package "ngx-custom-validators" has an incompatible peer dependency to "@angular/common" (requires "~11.0.0" (extended), would install "13.0.1").
Package "ngx-custom-validators" has an incompatible peer dependency to "@angular/core" (requires "~11.0.0" (extended), would install "13.0.1").
Package "ngx-custom-validators" has an incompatible peer dependency to "@angular/forms" (requires "~11.0.0" (extended), would install "13.0.1").
× Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
Steps to reproduce and a minimal demo
Install angular@13 and [email protected]
Current behavior
Migration fails. Can't start application
Expected/desired behavior
Should work with angular 13
Environment information
The text was updated successfully, but these errors were encountered: