Answers for "uninstall npm globally in linux"

2

how to globally uninstall npm package

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

how to globally uninstall npm package

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language