I\'ve installed grunt using sudo npm install grunt and now I can\'t remove it.
grunt
sudo npm install grunt
I\'ve tried:
$ sudo npm uninstall grunt
If it's installed globally add -g to uninstall and probably you will need sudo
-g
uninstall
sudo
sudo npm uninstall -g grunt