Answers for "npm package global uninstall"

15

how to uninstall global package npm

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

npm uninstall package

npm uninstall --save <package_name>
Posted by: Guest on September-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language