Skip to content

Commit 2a8c2fc

Browse files
authored
feat: default install-links to true (npm#5458)
BREAKING CHANGE: this changes the default value of `install-links` to true Closes npm/statusboard#510
1 parent 2e92800 commit 2a8c2fc

21 files changed

+48
-48
lines changed

docs/content/commands/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ This value is not exported to the environment for child processes.
453453

454454
#### `install-links`
455455

456-
* Default: false
456+
* Default: true
457457
* Type: Boolean
458458

459459
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ This value is not exported to the environment for child processes.
361361

362362
#### `install-links`
363363

364-
* Default: false
364+
* Default: true
365365
* Type: Boolean
366366

367367
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-dedupe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ This value is not exported to the environment for child processes.
308308
309309
#### `install-links`
310310
311-
* Default: false
311+
* Default: true
312312
* Type: Boolean
313313
314314
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-find-dupes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This value is not exported to the environment for child processes.
232232

233233
#### `install-links`
234234

235-
* Default: false
235+
* Default: true
236236
* Type: Boolean
237237

238238
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-install-ci-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ This value is not exported to the environment for child processes.
307307

308308
#### `install-links`
309309

310-
* Default: false
310+
* Default: true
311311
* Type: Boolean
312312

313313
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-install-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ This value is not exported to the environment for child processes.
308308

309309
#### `install-links`
310310

311-
* Default: false
311+
* Default: true
312312
* Type: Boolean
313313

314314
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ This value is not exported to the environment for child processes.
698698
699699
#### `install-links`
700700
701-
* Default: false
701+
* Default: true
702702
* Type: Boolean
703703
704704
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ This value is not exported to the environment for child processes.
384384

385385
#### `install-links`
386386

387-
* Default: false
387+
* Default: true
388388
* Type: Boolean
389389

390390
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ This value is not exported to the environment for child processes.
287287

288288
#### `install-links`
289289

290-
* Default: false
290+
* Default: true
291291
* Type: Boolean
292292

293293
When set file: protocol dependencies that exist outside of the project root

docs/content/commands/npm-prune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This value is not exported to the environment for child processes.
193193

194194
#### `install-links`
195195

196-
* Default: false
196+
* Default: true
197197
* Type: Boolean
198198

199199
When set file: protocol dependencies that exist outside of the project root

0 commit comments

Comments
 (0)