79503467

Date: 2025-03-12 11:46:25
Score: 1.5
Natty:
Report link

Please follow the steps to install the needed angular version

npm uninstall -g @angular/cli
ng --version
check if it is removed from global.
remove from global if not rm -rf /usr/local/bin/ng
or
where ng
rd /s /q C:\Users\YourUser\AppData\Roaming\npm\node_modules\@angular

npm cache clean --force
npm install --save-dev @angular/cli@latest

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alan Thomas