Answers for "uninstall npm from windows"

24

npm uninstall

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

find npm version

npm --version
Posted by: Guest on May-25-2020
8

how to uninstall npm package

npm uninstall -g <module_name>  //to uninstall globally
Posted by: Guest on June-18-2020

Code answers related to "uninstall npm from windows"

Browse Popular Code Answers by Language