How to uninstall global package npm

Code examples

25
0

uninstall dependencies npm

npm uninstall <package_name>
//Example
npm uninstall mongoose
//A tip ctrl+c helps to terminate a job in terminal
9
0

how to uninstall global package npm

npm uninstall -g <package-name>
# example 
npm uninstall -g webpack
3
0

how to globally uninstall npm package

npm uninstall -g <package_name>
1
0

how to unistall dependencies

npm un <package_name>
0
0

how to globally uninstall npm package

npm uninstall -g <@scope/package_name>

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................