Quantcast
Viewing all articles
Browse latest Browse all 54

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

You can also run the following as shorthand:

npm un packageName or npm rm packageName

Note: Add -g at end of command to uninstall global packages.


Viewing all articles
Browse latest Browse all 54

Trending Articles