angularangular-cliangular14upgrade

Unable to install angular 14 on M1 Mac


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


Solution

  • Restarting terminal solved the problem. Thanks Vinay Somawat