Answers for "how to uninstall a npm dependency"

55

how to uninstall npm packages

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

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language