Answers for "This version of CLI is only compatible with Angular versions ^11.0.0-beta || >=11.0.0 <12.0.0, but Angular version 8.2.12 was found instead."

1

This version of CLI is only compatible with Angular versions ^9.0.0-beta || >=9.0.0 <10.0.0, but Angular version 8.1.3 was found instead.

ng update @angular/cli @angular/core --allow-dirty --force
Posted by: Guest on July-10-2020
0

This version of CLI is only compatible with Angular versions 0.0.0 || ^10.0.0-beta || >=10.0.0 <11.0.0, but Angular version 9.1.3 was found instead.

npm install --save -dev @angular/cli@latest
Posted by: Guest on August-13-2020

Code answers related to "This version of CLI is only compatible with Angular versions ^11.0.0-beta || >=11.0.0 <12.0.0, but Angular version 8.2.12 was found instead."

Code answers related to "Javascript"

Browse Popular Code Answers by Language