I tried an update from angular 10 to 15, after doing the ng update and running ng version
when i try ng serve i got the message This version of CLI is only compatible with Angular versions ^15.0.0, but Angular version 17.2.4 was found instead.
i tried : npm uninstall -g angular-cli@17 --force then clear cache then npm i @angular/[email protected] --allow-dirty --force
Still got the same error , can you please help on how i completely uninstalll Angular 17, because i am forced to work with Angular 15, thanks
