mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 08:01:46 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/npm
4
tldr/npm
@@ -33,10 +33,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`npm uninstall {{package_name}}`
|
||||
|
||||
- List of locally installed dependencies:
|
||||
- List all locally installed dependencies:
|
||||
|
||||
`npm list`
|
||||
|
||||
- List top-level globally installed packages:
|
||||
- List all top-level globally installed packages:
|
||||
|
||||
`npm list {{-g|--global}} --depth {{0}}`
|
||||
|
||||
Reference in New Issue
Block a user