While attempting to add generic-ui to my Angular project using the command:
npm i @generic-ui/ngx-grid @generic-ui/fabric @generic-ui/hermes
I encountered the following error :
$ npm i @generic-ui/ngx-grid @generic-ui/fabric @generic-ui/hermes
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7a1b141d0f161b08571b0a0a3a4a544a544a">[email protected]</a>
npm ERR! Found: @angular/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8be8e4e6e6e4e5cbbab8a5baa5b8">[email protected]</a>
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~13.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"12.2.11" from @generic-ui/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f09e9788dd97829994b0c0dec1c6dec4">[email protected]</a>
npm ERR! node_modules/@generic-ui/ngx-grid
npm ERR! @generic-ui/ngx-grid@"*" 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.
npm ERR!
npm ERR! See C:\Users\PC\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\PC\AppData\Local\npm-cache\_logs\2022-02-10T20_30_51_751Z-debug-0.log
I have exhausted all options - updating npm, reinstalling Angular CLI, re-downloading and installing Node, running npm audit, among other attempts - but nothing has resolved the issue.