Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2022-04-14 21:33:09 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-04-20 02:22:20 +0300
commit0004be86b7fd79e7a1ad18e4388c11121bf2a23a (patch)
tree4f8598c3fdad3f07090ad9445e0c794e5006f3b8 /docs/content/commands/npm-find-dupes.md
parenta6ea8843a9761d4392b3344400eb56e07691a91d (diff)
chore: rebuild docs for install-links config
Diffstat (limited to 'docs/content/commands/npm-find-dupes.md')
-rw-r--r--docs/content/commands/npm-find-dupes.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/content/commands/npm-find-dupes.md b/docs/content/commands/npm-find-dupes.md
index 3549be47d..a92c57bd7 100644
--- a/docs/content/commands/npm-find-dupes.md
+++ b/docs/content/commands/npm-find-dupes.md
@@ -234,6 +234,18 @@ This value is not exported to the environment for child processes.
<!-- automatically generated, do not edit manually -->
<!-- see lib/utils/config/definitions.js -->
+#### `install-links`
+
+* Default: false
+* Type: Boolean
+
+When set file: protocol dependencies that exist outside of the project root
+will be packed and installed as regular dependencies instead of creating a
+symlink. This option has no effect on workspaces.
+
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/utils/config/definitions.js -->
+
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
### See Also