Answers for "how to unninstall a npm package"

15

how to uninstall global package npm

npm uninstall -g <package-name>
# example 
npm uninstall -g webpack
Posted by: Guest on December-16-2020
59

how to uninstall npm packages

npm uninstall --save <package_name>
npm un <package_name>
Posted by: Guest on August-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language