1

I cant remove my angular-cli version(1.0.0-beta.28.3) whatsoever. Tried these in vain:

npm uninstall angular-cli -g

npm cache clean --force

npm cache verify

Finally tried uninstalling nodejs too but even that didnt work.

RemyaJ
  • 4,958
  • 4
  • 20
  • 38

1 Answers1

0

try npm uninstall -g @angular/cli it'll may works, same qus link.

Kirtan
  • 143
  • 3
  • 9
  • `npm install -g @angular/cli ` First fire this command it updates your angular cli and then Fire `npm uninstall -g @angular/cli` this command – Kirtan Apr 09 '20 at 13:08
  • don't uninstall your nodejs its just an environment to support your angular cli – Kirtan Apr 09 '20 at 13:10