Answers for "node js global packages delete"

21

clean npm installed node_modules folder

rm -rf node_modules/
npm install
Posted by: Guest on August-20-2020
13

how to uninstall global package npm

npm uninstall -g <package-name>
# example 
npm uninstall -g webpack
Posted by: Guest on December-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language