We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
c7c039a
chore(release): 8.3.2 [skip ci]
a202d78
## [8.3.2](v8.3.1...v8.3.2) (2024-06-29) ### Bug Fixes * support Angular 18 ([c7c039a](c7c039a)), closes [#2170](#2170)
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: