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

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

$
0
0

Alias can be used to to uninstall node_modules package

un alias for uninstall

  • removes single package
 - npm un <PACKAGE_NAME> 
  • removes multiple packages by adding space between packages names
- npm un <PACKAGE_NAME_1> <PACKAGE_NAME_2> 

Viewing all articles
Browse latest Browse all 54

Trending Articles



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