File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ npm@@VERSION@ /path/to/npm
4444It will print out extraneous, missing, and invalid packages.
4545
4646If a project specifies git urls for dependencies these are shown
47- in parentheses after the name@version to make it easier for users to
47+ in parentheses after the ` name@version ` to make it easier for users to
4848recognize potential forks of a project.
4949
5050The tree shown is the logical dependency tree, based on package
@@ -62,7 +62,7 @@ disk would be roughly identical.
6262With the advent of automatic install-time deduplication of dependencies in
6363npm v3, the ` ls ` output was modified to display the logical dependency
6464graph as a tree structure, since this was more useful to most users.
65- However, without using ` npm ls -l ` , it became impossible show _ where_ a
65+ However, without using ` npm ls -l ` , it became impossible to show _ where_ a
6666package was actually installed much of the time!
6767
6868With the advent of automatic installation of ` peerDependencies ` in npm v7,
You can’t perform that action at this time.
0 commit comments