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>
Alias can be used to to uninstall node_modules package
un
alias for uninstall
- npm un <PACKAGE_NAME>
- npm un <PACKAGE_NAME_1> <PACKAGE_NAME_2>