I was running nG version 17.3 on my Win10 system. I wanted to upgrade my Angular CLI to latest version 19. So I did the following steps-
-
npm uninstall -g @angular/cli -
npm install -g @angular/cli@latest
Now, if I try to run ng version on my command prompt, it gives the following message
'ng' is not recognized as an internal or external command,
operable program or batch file.
My whole system is screwed up. How do I get Angular up and running again with the latest CLI installed?