-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Version info
Angular: 12.0.0
Firebase: 8.5.0
AngularFire: 6.1.4
How to reproduce these conditions
Steps to set up and reproduce
- update Angular to v 12
ng update @angular/core@12 @angular/cli@12 - clear node_modules folder
- install npm modules with
yarnornpm install
Expected behavior
Peer dependencies are met.
Actual behavior
warning " > @angular/[email protected]" has incorrect peer dependency "@angular/common@^9.0.0 || ^10.0.0 || ^11.0.0".
warning " > @angular/[email protected]" has incorrect peer dependency "@angular/core@^9.0.0 || ^10.0.0 || ^11.0.0".
warning " > @angular/[email protected]" has incorrect peer dependency "@angular/platform-browser@^9.0.0 || ^10.0.0 || ^11.0.0".
warning " > @angular/[email protected]" has incorrect peer dependency "@angular/platform-browser-dynamic@^9.0.0 || ^10.0.0 || ^11.0.0".
ihadabs, wojteko22, abraham and pweyrich
Metadata
Metadata
Assignees
Labels
No labels