You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular dependency is at >=7.2.0; when upgrading to Angular 9 --force option is required to override:
─ ng update @angular/core @angular/cli 10934 09:46:00
The installed Angular CLI version is older than the latest stable version.
Installing a temporary version to perform the update.
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Using package manager: 'npm'
Collecting installed dependencies...
Found 86 dependencies.
Fetching dependency metadata from registry...
Package "ngx-stickyfill" has an incompatible peer dependency to "@angular/core" (requires "^7.2.0" (extended), would install "9.0.1").
Package "ngx-stickyfill" has an incompatible peer dependency to "@angular/common" (requires "^7.2.0" (extended), would install "9.0.1").
Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
The text was updated successfully, but these errors were encountered:
Angular dependency is at
>=7.2.0
; when upgrading to Angular 9--force
option is required to override:The text was updated successfully, but these errors were encountered: