Quantcast
Channel: How can I uninstall npm modules in Node.js? - Stack Overflow
Viewing all articles
Browse latest Browse all 54

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

$
0
0

I just install stylus by default under my home dir, so I just use npm uninstall stylus to detach it, or you can try npm rm <package_name> out.


Viewing all articles
Browse latest Browse all 54

Trending Articles