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 13 #432

Open
sleagle opened this issue Aug 30, 2022 · 3 comments
Open

Angular 13 #432

sleagle opened this issue Aug 30, 2022 · 3 comments

Comments

@sleagle
Copy link

sleagle commented Aug 30, 2022

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

@Bella303
Copy link

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

@Bella303
Copy link

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

Issue #419 makes it sound like there will not be a resolution anytime soon as they are looking for maintainers.

@arye97
Copy link

arye97 commented Jan 14, 2023

You can get around this by running npm i --legacy-peer-deps, which forces npm packages to resolve. This isn't a great solve, but you can get it to work until angular-cesium is upgraded!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants