How to Uninstall Angular Cli in windows|Uninstall Angular Cli

How to Uninstall Angular Cli in windows


Step 1: 
Run The Command Prompt As Administrator.

Step 2:
Run  : npm uninstall -g @angular/cli
Step 3:
Run npm cache clean
Step 4:
Run : npm cache verify
Step 5:
 Run :npm cache verify --force

Step 6:
Now Delete  the following the paths
C:\Users\"Your_syste_User_name"\AppData\Roaming\npm and
C:\Users\"Your_syste_User_name"\AppData\Roaming\npm-cache
Step 7:
Restart the Computer
The Angular Cli Successfully Uninstalled .


Post a Comment

0 Comments