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
path: root/lib/utils
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils')
-rw-r--r--lib/utils/config/definitions.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js
index 7ff0eeb12..f4ffb8218 100644
--- a/lib/utils/config/definitions.js
+++ b/lib/utils/config/definitions.js
@@ -1070,6 +1070,17 @@ define('init.version', {
`,
})
+define('install-links', {
+ default: false,
+ type: Boolean,
+ description: `
+ 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.
+ `,
+ flatten,
+})
+
define('json', {
default: false,
type: Boolean,