Answers for "how to delete install pacakages using npm"

13

how to uninstall global package npm

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

uninstall dependency npm

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

Code answers related to "how to delete install pacakages using npm"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language