Answers for "npm install works but uninstall not"

26

npm uninstall

npm uninstall <module_name>
Posted by: Guest on May-19-2020
2

how to globally uninstall npm package

npm uninstall -g <package_name>
Posted by: Guest on December-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language