Unable to install angular 14 on M1 Mac

616 Views Asked by At

I am trying to install Angular 14 on M1 Mac but my angular cli is stuck on version 11. I have been trying to uninstall it using

npm uninstall -g @angular/cli and ran npm install -g @angular/cli@14 followed by npm cache clean --force

but still I get the following output when I run ng version

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

Restarting terminal solved the problem. Thanks Vinay Somawat