Hi I've tried to uninstall global @angular/cli but I still can use ng -v and it reports warning: Your global Angular CLI version (1.7.0) is greater than your local
I tried:
npm uninstall -g angular-cli
npm uninstall -g @angular/cli
npm cache verify
But ng -v still report the warning that my global is greater than local. Please help. Thank you in advance!