mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
npm: revised description of npm list
This commit is contained in:
parent
5f5cd8759e
commit
2c6e7f7c20
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
`npm uninstall {{module_name}}`
|
`npm uninstall {{module_name}}`
|
||||||
|
|
||||||
- Print a tree of installed, project-level packages:
|
- Print a tree of locally-installed dependencies:
|
||||||
|
|
||||||
`npm list`
|
`npm list`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue