how to remove an installed dependency npm code example
Example 1: uninstall nodemon globally
npm uninstall nodemon
Example 2: delete node module
npm uninstall node_module_name
npm uninstall nodemon
npm uninstall node_module_name