1
0
Fork 0
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:
Kyle Warneck 2019-03-12 09:05:35 -07:00 committed by Agniva De Sarker
parent 5f5cd8759e
commit 2c6e7f7c20

View file

@ -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`