mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
npm-uninstall: add page (#14201)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# npm uninstall
|
||||
|
||||
> Remove a package.
|
||||
> More information: <https://docs.npmjs.com/cli/v8/commands/npm-uninstall>.
|
||||
|
||||
- Remove a package from the current project:
|
||||
|
||||
`npm uninstall {{package_name}}`
|
||||
|
||||
- Remove a package globally:
|
||||
|
||||
`npm uninstall -g {{package_name}}`
|
||||
|
||||
- Remove multiple packages at once:
|
||||
|
||||
`npm uninstall {{package_name1 package_name2 ...}}`
|
||||
Reference in New Issue
Block a user