Quantcast
Viewing all articles
Browse latest Browse all 54

Answer by fuma for How to uninstall npm modules in node js?

If it doesn't work with npm uninstall <module_name> try it globally by typing -g.

Maybe you just need to do it as an superUser/administrator with sudo npm uninstall <module_name>.


Viewing all articles
Browse latest Browse all 54

Trending Articles