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

Update to Angular v14 #63

Open
angelzarazua opened this issue Aug 10, 2022 · 2 comments
Open

Update to Angular v14 #63

angelzarazua opened this issue Aug 10, 2022 · 2 comments

Comments

@angelzarazua
Copy link

Please, update to Angular 14

@changhuixu
Copy link
Owner

@angelzarazua Do you have problems in installing this npm package in an Angular v14 project?
It shouldn't happen because this package currently sets its dependency to be Angular versions >=12.

May I know more details?

@dacrypt
Copy link

dacrypt commented Jan 17, 2023

angular refuses to upgrade to v14 unless you use --force which is not ideal

ng update @angular/core@14 @angular/cli@14 @angular-eslint/schematics@14 
The installed Angular CLI version is outdated.
Installing a temporary Angular CLI versioned 14.2.10 to perform the update.
✔ Package successfully installed.
Using package manager: npm
Collecting installed dependencies...
Found 101 dependencies.
Fetching dependency metadata from registry...
                  Package "@uiowa/digit-only" has an incompatible peer dependency to "@angular/common" (requires "^12.0.0" (extended), would install "14.2.12").
                  Package "@uiowa/digit-only" has an incompatible peer dependency to "@angular/core" (requires "^12.0.0" (extended), would install "14.2.12").
✖ Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.

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

3 participants