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

I don't find any compatible version of ngx-treeview 10.0.2 for Angular 15 #343

Open
ilay2k18 opened this issue Jun 6, 2023 · 1 comment

Comments

@ilay2k18
Copy link

ilay2k18 commented Jun 6, 2023

I am installing the latest version of ngx-treeview(10.0.2) with Angular 15.2.9. Getting the below error.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^15.2.9" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^10.0.0" from [email protected]
npm ERR! node_modules/ngx-treeview
npm ERR! ngx-treeview@"10.0.2" 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.

are there any latest version released to support angular 15.

@daemon29
Copy link

daemon29 commented Mar 1, 2024

just ignore it with --force. I am using Angular 17 with no issue, you can remove ngx-treeview and add it again at the end with --force tag. There is a newer version called ngx-treeview-v2, same author

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

2 participants