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 <module_name>
npm uninstall sax
npm uninstall -g <package_name>
npm uninstall --save <package_name>