File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ npm@@VERSION@ /path/to/npm
44
44
It will print out extraneous, missing, and invalid packages.
45
45
46
46
If 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
48
48
recognize potential forks of a project.
49
49
50
50
The tree shown is the logical dependency tree, based on package
@@ -62,7 +62,7 @@ disk would be roughly identical.
62
62
With the advent of automatic install-time deduplication of dependencies in
63
63
npm v3, the ` ls ` output was modified to display the logical dependency
64
64
graph 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
66
66
package was actually installed much of the time!
67
67
68
68
With the advent of automatic installation of ` peerDependencies ` in npm v7,
You can’t perform that action at this time.
0 commit comments