Uninstall Dependencies NPM
npm uninstall <package_name>
//Example
npm uninstall mongoose
//A tip ctrl+c helps to terminate a job in terminal
rabbit.sol
npm uninstall <package_name>
//Example
npm uninstall mongoose
//A tip ctrl+c helps to terminate a job in terminal
npm uninstall nodemon
npm uninstall --save <package_name>
npm uninstall -g <module_name> //to uninstall globally
BASH
copy
npm uninstall <package-name>