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
  • 5,358
  • 4
  • 22
  • 41

1 Answers1

0

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

Kirtan
  • 153
  • 1
  • 4
  • 10
  • `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