Quantcast
Viewing latest article 22
Browse Latest Browse All 54

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

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 latest article 22
Browse Latest Browse All 54

Trending Articles