How to upgrade Angular 12 to 15 or from 14 to 15

preview_player
Показать описание
Hello, guys in this video, I'm gonna be showing you how to fix the following error:
❌This version of CLI is only compatible with Angular versions ^15.0.0, but Angular version 12.2.13 was found instead.
We will be upgrading Angular 12 to 13, 14 then 15 to fix this error, using the following commands.

✅Solution:
1- npm uninstall -global @angular/cli --force

#angular #angulartutorial #angularcli
Рекомендации по теме
Комментарии
Автор

Hello there, i made this tutorial especially for beginners like me, i hope everything was clear, if you have any question feel free to ask 😄

NanoTuts
Автор

should you update the actual packages in the package.json too not just the devDedpendencies

aryaatighehchian