We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699c2d7 commit fce30e4Copy full SHA for fce30e4
docs/content/using-npm/config.md
@@ -898,8 +898,14 @@ package-locks disabled use `npm prune`.
898
* Default: false
899
* Type: Boolean
900
901
-If set to true, it will update only the `package-lock.json`, instead of
902
-checking `node_modules` and downloading dependencies.
+If set to true, the current operation will only use the `package-lock.json`,
+ignoring `node_modules`.
903
+
904
+For `update` this means only the `package-lock.json` will be updated,
905
+instead of checking `node_modules` and downloading dependencies.
906
907
+For `list` this means the output will be based on the tree described by the
908
+`package-lock.json`, rather than the contents of `node_modules`.
909
910
#### `parseable`
911
0 commit comments