0

This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead.

Please visit the link below to find instructions on how to update Angular. https://update.angular.io/

1 Answers1

0

you can remove current angular cli and install your supported version with

npm i -g @angular/cli@12.0.0

or you can follow that link and find out upgrade information for your current project

Vilsad P P
  • 1,529
  • 14
  • 23
  • thank you...I tried with the different @angular-devkit/build-angular versions 12 -13..and also tried with angular/cli@12.0.0 but still getting the same... – Mohammed Raiyan Nov 17 '21 at 06:10