Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork167
Description
Bug Report or Feature Request (mark with anx
)
- [x] bug report -> please search issues before submitting- [ ] feature request
OS and Version?
Windows 10
Versions
Angular 15.0.3
Repro steps
Try to add this to angular v15 project viang add ngx-auth-firebaseui@7.1.0
(without the version, npm tries to install v0.1.2)
The log given by the failure
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: organic-shop@0.0.0
npm ERR! Found: @angular/cdk@15.0.3
npm ERR! node_modules/@angular/cdk
npm ERR! @angular/cdk@"^15.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"^14.x" from @angular-material-extensions/password-strength@11.0.1
npm ERR! node_modules/@angular-material-extensions/password-strength
npm ERR! peer @angular-material-extensions/password-strength@"^11.x" from ngx-auth-firebaseui@7.1.0
npm ERR! node_modules/ngx-auth-firebaseui
npm ERR! ngx-auth-firebaseui@"7.1.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! See C:\Users\Wael\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\Wael\AppData\Local\npm-cache_logs\2023-01-05T11_38_24_568Z-debug-0.log
Desired functionality
Mention any other details that might be useful
I think just updating the npm version for the ci/circleci build will solve the issue