“Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi” Kod odpowiedzi

Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi ^9.0.0-beta || > = 9.0.0 <10.0.0, ale zamiast tego znaleziono wersję kątową 8.1.3.

npm uninstall -g @angular/cli
npm cache clean
npm install -g @angular/[email protected]
Strange Seal

Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi ^9.0.0-beta || > = 9.0.0 <10.0.0, ale zamiast tego znaleziono wersję kątową 8.1.3.

ng update @angular/cli @angular/core --allow-dirty --force
Strange Seal

Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi ^9.0.0-beta || > = 9.0.0 <10.0.0, ale zamiast tego znaleziono wersję kątową 8.1.3.

ng update
Strange Seal

Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi

How To Solve This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead Error?

 Here You just need to change angular-devkit/build-angular version from ^13.0.2 to ^12.2.8 and Now your problem must be solved. Second solution Just need to change @angular-devkit/build-angular in Package.json. Just open Your package.json file and find this line: “@angular-devkit/build-angular”: “^13.0.2” replace above line with this Line: “@angular-devkit/build-angular”: “~0.1102.3” Now, Run Your app and Your error must be solved.


Solution 1: Change build-angular

Here You just need to change angular-devkit/build-angular version from ^13.0.2 to ^12.2.8 and Now your problem must be solved.

Solution 2: run This command

npm i @angular-devkit/[email protected] --force
npm i @angular/cli@12


Solution 3: Change @angular-devkit/build-angular in Package.json

Just need to change @angular-devkit/build-angular in Package.json. Just open Your package.json file and find this line.

```
"@angular-devkit/build-angular": "^13.0.2"
```
Mohamed Sami khiari

Odpowiedzi podobne do “Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi”

Pytania podobne do “Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi”

Więcej pokrewnych odpowiedzi na “Ta wersja CLI jest kompatybilna tylko z wersjami kątowymi” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu