Answers for "how can i remove npm and then reinstall"

41

how to uninstall npm packages

npm uninstall --save <package_name>
npm un <package_name>
Posted by: Guest on August-13-2020
2

how to globally uninstall npm package

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

Code answers related to "how can i remove npm and then reinstall"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language