puddlejumper26 / blogs

Personal Tech Blogs
4 stars 1 forks source link

Node Commands #172

Open puddlejumper26 opened 3 years ago

puddlejumper26 commented 3 years ago

Uninstall package

npm uninstall -g @angular/cli
npm cache clean --force
ng --version   /* You will get the error message, then u have uninstalled */

Notes : - Using --force for clean all the caches - On Windows run this using administrator - On Mac use sudo ($ sudo )