-
Notifications
You must be signed in to change notification settings - Fork 93
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 13 #432
Comments
I have the same issue when trying to install angular-cesium. I am also using Angular 13. Will there be a new release soon that can support Angular 13? Per the npm CLI config docs: "Use of legacy-peer-deps is not recommended, as it will not enforce the peerDependencies contract that meta-dependencies may rely on." Thanks |
Issue #419 makes it sound like there will not be a resolution anytime soon as they are looking for maintainers. |
You can get around this by running |
When I try to install angular-cesium I am getting the following error. I am currently using Angular 13. Would like to know if this application supports Angular 13.
`code ERESOLVE
ERESOLVE unable to resolve dependency tree
While resolving: angular-cesium-tut@0.0.0
Found: @angular/common@13.3.11
node_modules/@angular/common
@angular/common@"~13.3.0" from the root project
Could not resolve dependency:
peer @angular/common@"^9.0.1 || ^10.0.0 || ^11.0.0" from angular-cesium@0.0.73
node_modules/angular-cesium
angular-cesium@"*" from the root project
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.`
Thanks
The text was updated successfully, but these errors were encountered: