this version of cli is only compatible with angular versions 0.0.0 || ^11.0.0-beta || >=11.0.0 <12.0.0, but angular version 10.0.14 was found instead. code example

Example 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.

npm uninstall -g @angular/cli
npm cache clean
npm install -g @angular/cli@8.3.25

Example 2: 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

Example 3: 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