I'm using below versions for running an angular app:
Angular CLI: 8.3.14
Node: 14.15.5
OS: win32 x64
Angular: 12.1.0
But while trying to run the project with npm start
, I'm getting below error:
This version of CLI is only compatible with Angular versions ^8.0.0-beta || >=8.0.0 <9.0.0, but Angular version 12.1.0 was found instead.
Can someone help me to change its version to fix this issue and run the solution.