angularangular-cliangular-devkit

Angular version mismatch on ng serve


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/


Solution

  • 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