Desinstale Webpack globalmente
npm uninstall -g webpack
npm uninstall webpack
Clever Caracal
npm uninstall -g webpack
npm uninstall webpack
npm uninstall --save <package_name>
npm un <package_name>
npm uninstall <package_name>
//Example
npm uninstall mongoose
//A tip ctrl+c helps to terminate a job in terminal
npm uninstall nodemon
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
npm uninstall <module_name>