I want to upgrade my angular version 8 --> 9
Follow : https://update.angular.io/#8.0:9.0l2, I wan to run this command :
ng update @angular/core@8 @angular/cli@8
and I get the error :
Package "ng-push" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0" (extended), would install "8.2.14").
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.
Exist a way to fix that whitout --force
? I think with force is dangerous. Any ideas ? Thx in advance.