Answers for "uninstall all dependencies from npm package"

29

uninstall dependencies npm

npm uninstall <package_name>
//Example
npm uninstall mongoose
//A tip ctrl+c helps to terminate a job in terminal
Posted by: Guest on December-07-2020
0

uninstall dependency npm

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

Code answers related to "uninstall all dependencies from npm package"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language