Answers for "how do i uninstall a package with npm"

55

how to uninstall npm packages

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

uninstall dependency npm

npm uninstall --save <package_name>
Posted by: Guest on September-01-2021
0

uninstall npm package

BASH
copy
npm uninstall <package-name>
Posted by: Guest on February-07-2022
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