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:
Diffstat (limited to 'docs/content/commands')
-rw-r--r--docs/content/commands/npm-audit.md2
-rw-r--r--docs/content/commands/npm-ci.md2
-rw-r--r--docs/content/commands/npm-dedupe.md2
-rw-r--r--docs/content/commands/npm-find-dupes.md2
-rw-r--r--docs/content/commands/npm-install-ci-test.md2
-rw-r--r--docs/content/commands/npm-install-test.md2
-rw-r--r--docs/content/commands/npm-install.md2
-rw-r--r--docs/content/commands/npm-link.md2
-rw-r--r--docs/content/commands/npm-ls.md2
-rw-r--r--docs/content/commands/npm-prune.md2
-rw-r--r--docs/content/commands/npm-rebuild.md2
-rw-r--r--docs/content/commands/npm-uninstall.md2
-rw-r--r--docs/content/commands/npm-update.md2
13 files changed, 13 insertions, 13 deletions
diff --git a/docs/content/commands/npm-audit.md b/docs/content/commands/npm-audit.md
index 48e0a3161..6a5c3e6be 100644
--- a/docs/content/commands/npm-audit.md
+++ b/docs/content/commands/npm-audit.md
@@ -453,7 +453,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-ci.md b/docs/content/commands/npm-ci.md
index 3ecd7c6ef..af6fc7fcc 100644
--- a/docs/content/commands/npm-ci.md
+++ b/docs/content/commands/npm-ci.md
@@ -361,7 +361,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-dedupe.md b/docs/content/commands/npm-dedupe.md
index 570e01834..da9f406d5 100644
--- a/docs/content/commands/npm-dedupe.md
+++ b/docs/content/commands/npm-dedupe.md
@@ -308,7 +308,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-find-dupes.md b/docs/content/commands/npm-find-dupes.md
index 4da6c296c..590c7e2cb 100644
--- a/docs/content/commands/npm-find-dupes.md
+++ b/docs/content/commands/npm-find-dupes.md
@@ -232,7 +232,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-install-ci-test.md b/docs/content/commands/npm-install-ci-test.md
index b886f8ab9..784efdcf4 100644
--- a/docs/content/commands/npm-install-ci-test.md
+++ b/docs/content/commands/npm-install-ci-test.md
@@ -307,7 +307,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-install-test.md b/docs/content/commands/npm-install-test.md
index d27686e73..ec69e081f 100644
--- a/docs/content/commands/npm-install-test.md
+++ b/docs/content/commands/npm-install-test.md
@@ -308,7 +308,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md
index d6ae4324e..0cf2eea83 100644
--- a/docs/content/commands/npm-install.md
+++ b/docs/content/commands/npm-install.md
@@ -698,7 +698,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-link.md b/docs/content/commands/npm-link.md
index 8c1b42249..fd6eb69e9 100644
--- a/docs/content/commands/npm-link.md
+++ b/docs/content/commands/npm-link.md
@@ -384,7 +384,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-ls.md b/docs/content/commands/npm-ls.md
index a7936fafc..bb7fd5cc0 100644
--- a/docs/content/commands/npm-ls.md
+++ b/docs/content/commands/npm-ls.md
@@ -287,7 +287,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-prune.md b/docs/content/commands/npm-prune.md
index 28f02f6ad..064b0e07e 100644
--- a/docs/content/commands/npm-prune.md
+++ b/docs/content/commands/npm-prune.md
@@ -193,7 +193,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-rebuild.md b/docs/content/commands/npm-rebuild.md
index 6a3964212..89fbd7635 100644
--- a/docs/content/commands/npm-rebuild.md
+++ b/docs/content/commands/npm-rebuild.md
@@ -163,7 +163,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-uninstall.md b/docs/content/commands/npm-uninstall.md
index e39c7e328..bea7112ae 100644
--- a/docs/content/commands/npm-uninstall.md
+++ b/docs/content/commands/npm-uninstall.md
@@ -147,7 +147,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root
diff --git a/docs/content/commands/npm-update.md b/docs/content/commands/npm-update.md
index 421d04ca3..cd77b7bad 100644
--- a/docs/content/commands/npm-update.md
+++ b/docs/content/commands/npm-update.md
@@ -435,7 +435,7 @@ This value is not exported to the environment for child processes.
#### `install-links`
-* Default: false
+* Default: true
* Type: Boolean
When set file: protocol dependencies that exist outside of the project root