Skip to content

Instantly share code, notes, and snippets.

@hodrigohamalho
Created November 15, 2023 22:42
Show Gist options
  • Save hodrigohamalho/46b8ec28b2605820a8869da1e2a55471 to your computer and use it in GitHub Desktop.
Save hodrigohamalho/46b8ec28b2605820a8869da1e2a55471 to your computer and use it in GitHub Desktop.
now-ui-error.log
~/Desktop/now-ui-dashboard-pro-angular-v1.4.0 ❯
❯ nvm use 20.9.0
Now using node v20.9.0 (npm v10.1.0)
❯ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @swimlane/ngx-datatable@20.0.0
npm ERR! Found: rxjs@7.8.1
npm ERR! node_modules/rxjs
npm ERR! rxjs@"~7.8.0" from the root project
npm ERR! peer rxjs@"^6.5.3 || ^7.4.0" from @angular/cdk@15.2.9
npm ERR! node_modules/@angular/cdk
npm ERR! @angular/cdk@"^15.2.0" from the root project
npm ERR! 8 more (@angular/common, @angular/core, @angular/elements, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer rxjs@"^6.6.3" from @swimlane/ngx-datatable@20.0.0
npm ERR! node_modules/@swimlane/ngx-datatable
npm ERR! @swimlane/ngx-datatable@"20.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: rxjs@6.6.7
npm ERR! node_modules/rxjs
npm ERR! peer rxjs@"^6.6.3" from @swimlane/ngx-datatable@20.0.0
npm ERR! node_modules/@swimlane/ngx-datatable
npm ERR! @swimlane/ngx-datatable@"20.0.0" 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!
npm ERR! For a full report see:
npm ERR! /Users/rramalho/.npm/_logs/2023-11-15T22_42_07_948Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /Users/rramalho/.npm/_logs/2023-11-15T22_42_07_948Z-debug-0.log
~/Desktop/now-ui-dashboard-pro-angular-v1.4.0 ❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment