npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @angular/fire@7.1.1
npm ERR! Found: @angular/common@13.0.0
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"13.0.0" from the root project
npm ERR! peer @angular/common@"13.0.0" from @angular/forms@13.0.0
npm ERR! node_modules/@angular/forms
npm ERR! @angular/forms@"13.0.0" from the root project
npm ERR! 3 more (@angular/platform-browser, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^12.0.0" from @angular/fire@7.1.1
npm ERR! node_modules/@angular/fire
npm ERR! @angular/fire@"^7.1.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @angular/common@12.2.16
npm ERR! node_modules/@angular/common
npm ERR! peer @angular/common@"^12.0.0" from @angular/fire@7.1.1
npm ERR! node_modules/@angular/fire
npm ERR! @angular/fire@"^7.1.1" 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!
Hi,
I cloned the project to try and upgrade it to the new firebase v7 api (not compat) but when I run npm install with the current version I get an error.
versions
steps