mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
npm.md: additional module listing use case
Made changes per suggestions by agnivade.
This commit is contained in:
parent
b5d71ae196
commit
5b9848dc64
@ -23,13 +23,13 @@
|
||||
|
||||
`npm uninstall {{module_name}}`
|
||||
|
||||
- List a tree of installed modules:
|
||||
- List of tree of installed modules referenced in package.json:
|
||||
|
||||
`npm list`
|
||||
|
||||
- List globally installed modules:
|
||||
- List top-level globally installed modules:
|
||||
|
||||
`npm list -g --depth=0`
|
||||
`npm list -g --depth={{0}}`
|
||||
|
||||
- Interactively create a package.json file:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user