Today We are Going To Solve This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead in angular Here we will Discuss All Possible Solutions and How this error Occurs So let’s get started with this Article.
Contents
How to Fix This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead Error?
- How to Fix This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead Error?
To Fix This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead Error just Run the command. You can solve this error very easily just by running these commands one by one. So just try this.
npm i @angular-devkit/[email protected] --force npm i @angular/[email protected]
- This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead
To Fix This version of CLI is only compatible with Angular versions ^13.0.0, but Angular version 12.2.13 was found instead Error just Chnage devkit/build-angular. You can solve this error By just changing
"@angular-devkit/build-angular": "^13.0.2"
to"@angular-devkit/build-angular": "~0.1102.3"
Solution 1 : Run the command
You can solve this error very easily just by running these commands one by one. So just try this.
npm i @angular-devkit/[email protected] --force
npm i @angular/[email protected]
Solution 2 : Chnage devkit/build-angular
You can solve this error By just changing
"@angular-devkit/build-angular": "^13.0.2"
to
"@angular-devkit/build-angular": "~0.1102.3"
Conclusion
So these were all possible solutions to this error. I hope your error has been solved by this article. In the comments, tell us which solution worked? If you liked our article, please share it on your social media and comment on your suggestions. Thank you.
Also Read This Solutions
- Error: JavaFX runtime components are missing, and are required to run this application
- ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly
- npm WARN old lockfile The package-lock.json file was created with an old version of npm
- numpy.core._exceptions.MemoryError: Unable to allocate array with shape
- Module not found: Error: Can’t resolve ‘react/jsx-runtime’