Quantcast
Viewing all articles
Browse latest Browse all 54

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

Sometimes npm uninstall -g packageName doens't work.

In this case you can delete package manually.

On Mac go to folder /usr/local/lib/node_modules and delete folder with package you want. That's it. Check your list of globally installed packages with this command npm list -g --depth=0


Viewing all articles
Browse latest Browse all 54

Trending Articles