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

Angular 18 isn't listed in the peerDependencies #2170

Closed
jonmarozick opened this issue Jun 28, 2024 · 0 comments
Closed

Angular 18 isn't listed in the peerDependencies #2170

jonmarozick opened this issue Jun 28, 2024 · 0 comments

Comments

@jonmarozick
Copy link

I tried updating to Angular 18.

I believe the issue is the peerDependencies need to include Angular 18
This is the area of source code

The error message is:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"^18.0.5" from the root project
npm ERR!   peer @angular/common@"^18.0.0 || ^19.0.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/cdk
npm ERR!     dev @angular/cdk@"^18.0.5" from the root project
npm ERR!   13 more (@angular/forms, @angular/platform-browser, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from [email protected]
npm ERR! node_modules/ng-chartist
npm ERR!   ng-chartist@"^8.3.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   peer @angular/common@"^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from [email protected]
npm ERR!   node_modules/ng-chartist
npm ERR!     ng-chartist@"^8.3.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
willsoto pushed a commit that referenced this issue Jun 29, 2024
## [8.3.2](v8.3.1...v8.3.2) (2024-06-29)

### Bug Fixes

* support Angular 18 ([c7c039a](c7c039a)), closes [#2170](#2170)
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

1 participant