You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: