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

Answer by Manish Kumar for How can I uninstall npm modules in Node.js?

$
0
0

For Windows users - if you want to remove all the Node.js modules installed at once:

  • Open a PowerShell window
  • Go inside the node_modules folder (cd node_modules)
  • Run this command - "npm uninstall (Get-ChildItem).Name"

It will uninstall all the modules.


Viewing all articles
Browse latest Browse all 54

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>