Skip to content

Commit 813b160

Browse files
npm-cli-botruyadorno
authored andcommitted
deps: upgrade npm to 9.4.0
PR-URL: #46353 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9c2f3ce commit 813b160

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+660
-164
lines changed

deps/npm/docs/content/commands/npm-ci.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ folder instead of the current working directory. See
109109
#### `install-strategy`
110110

111111
* Default: "hoisted"
112-
* Type: "hoisted", "nested", or "shallow"
112+
* Type: "hoisted", "nested", "shallow", or "linked"
113113

114114
Sets the strategy for installing packages in node_modules. hoisted
115115
(default): Install non-duplicated in top-level, and duplicated as necessary
116116
within directory structure. nested: (formerly --legacy-bundling) install in
117117
place, no hoisting. shallow (formerly --global-style) only install direct
118-
deps at top-level. linked: (coming soon) install in node_modules/.store,
118+
deps at top-level. linked: (experimental) install in node_modules/.store,
119119
link in place, unhoisted.
120120

121121
#### `legacy-bundling`

deps/npm/docs/content/commands/npm-dedupe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ values in `package.json` you can run: `npm update --save` instead.
8080
#### `install-strategy`
8181

8282
* Default: "hoisted"
83-
* Type: "hoisted", "nested", or "shallow"
83+
* Type: "hoisted", "nested", "shallow", or "linked"
8484

8585
Sets the strategy for installing packages in node_modules. hoisted
8686
(default): Install non-duplicated in top-level, and duplicated as necessary
8787
within directory structure. nested: (formerly --legacy-bundling) install in
8888
place, no hoisting. shallow (formerly --global-style) only install direct
89-
deps at top-level. linked: (coming soon) install in node_modules/.store,
89+
deps at top-level. linked: (experimental) install in node_modules/.store,
9090
link in place, unhoisted.
9191

9292
#### `legacy-bundling`

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ duplications, without actually changing the package tree.
2020
#### `install-strategy`
2121

2222
* Default: "hoisted"
23-
* Type: "hoisted", "nested", or "shallow"
23+
* Type: "hoisted", "nested", "shallow", or "linked"
2424

2525
Sets the strategy for installing packages in node_modules. hoisted
2626
(default): Install non-duplicated in top-level, and duplicated as necessary
2727
within directory structure. nested: (formerly --legacy-bundling) install in
2828
place, no hoisting. shallow (formerly --global-style) only install direct
29-
deps at top-level. linked: (coming soon) install in node_modules/.store,
29+
deps at top-level. linked: (experimental) install in node_modules/.store,
3030
link in place, unhoisted.
3131

3232
#### `legacy-bundling`

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ folder instead of the current working directory. See
5555
#### `install-strategy`
5656

5757
* Default: "hoisted"
58-
* Type: "hoisted", "nested", or "shallow"
58+
* Type: "hoisted", "nested", "shallow", or "linked"
5959

6060
Sets the strategy for installing packages in node_modules. hoisted
6161
(default): Install non-duplicated in top-level, and duplicated as necessary
6262
within directory structure. nested: (formerly --legacy-bundling) install in
6363
place, no hoisting. shallow (formerly --global-style) only install direct
64-
deps at top-level. linked: (coming soon) install in node_modules/.store,
64+
deps at top-level. linked: (experimental) install in node_modules/.store,
6565
link in place, unhoisted.
6666

6767
#### `legacy-bundling`

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ folder instead of the current working directory. See
5656
#### `install-strategy`
5757

5858
* Default: "hoisted"
59-
* Type: "hoisted", "nested", or "shallow"
59+
* Type: "hoisted", "nested", "shallow", or "linked"
6060

6161
Sets the strategy for installing packages in node_modules. hoisted
6262
(default): Install non-duplicated in top-level, and duplicated as necessary
6363
within directory structure. nested: (formerly --legacy-bundling) install in
6464
place, no hoisting. shallow (formerly --global-style) only install direct
65-
deps at top-level. linked: (coming soon) install in node_modules/.store,
65+
deps at top-level. linked: (experimental) install in node_modules/.store,
6666
link in place, unhoisted.
6767

6868
#### `legacy-bundling`

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,13 @@ folder instead of the current working directory. See
446446
#### `install-strategy`
447447
448448
* Default: "hoisted"
449-
* Type: "hoisted", "nested", or "shallow"
449+
* Type: "hoisted", "nested", "shallow", or "linked"
450450
451451
Sets the strategy for installing packages in node_modules. hoisted
452452
(default): Install non-duplicated in top-level, and duplicated as necessary
453453
within directory structure. nested: (formerly --legacy-bundling) install in
454454
place, no hoisting. shallow (formerly --global-style) only install direct
455-
deps at top-level. linked: (coming soon) install in node_modules/.store,
455+
deps at top-level. linked: (experimental) install in node_modules/.store,
456456
link in place, unhoisted.
457457
458458
#### `legacy-bundling`

deps/npm/docs/content/commands/npm-link.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ folder instead of the current working directory. See
147147
#### `install-strategy`
148148

149149
* Default: "hoisted"
150-
* Type: "hoisted", "nested", or "shallow"
150+
* Type: "hoisted", "nested", "shallow", or "linked"
151151

152152
Sets the strategy for installing packages in node_modules. hoisted
153153
(default): Install non-duplicated in top-level, and duplicated as necessary
154154
within directory structure. nested: (formerly --legacy-bundling) install in
155155
place, no hoisting. shallow (formerly --global-style) only install direct
156-
deps at top-level. linked: (coming soon) install in node_modules/.store,
156+
deps at top-level. linked: (experimental) install in node_modules/.store,
157157
link in place, unhoisted.
158158

159159
#### `legacy-bundling`

deps/npm/docs/content/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@9.3.1 /path/to/npm
30+
npm@9.4.0 /path/to/npm
3131
3232
3333
```

deps/npm/docs/content/commands/npm-update.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ folder instead of the current working directory. See
186186
#### `install-strategy`
187187

188188
* Default: "hoisted"
189-
* Type: "hoisted", "nested", or "shallow"
189+
* Type: "hoisted", "nested", "shallow", or "linked"
190190

191191
Sets the strategy for installing packages in node_modules. hoisted
192192
(default): Install non-duplicated in top-level, and duplicated as necessary
193193
within directory structure. nested: (formerly --legacy-bundling) install in
194194
place, no hoisting. shallow (formerly --global-style) only install direct
195-
deps at top-level. linked: (coming soon) install in node_modules/.store,
195+
deps at top-level. linked: (experimental) install in node_modules/.store,
196196
link in place, unhoisted.
197197

198198
#### `legacy-bundling`

deps/npm/docs/content/commands/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
9.3.1
17+
9.4.0
1818

1919
### Description
2020

deps/npm/docs/content/using-npm/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -701,13 +701,13 @@ workspaces.
701701
#### `install-strategy`
702702

703703
* Default: "hoisted"
704-
* Type: "hoisted", "nested", or "shallow"
704+
* Type: "hoisted", "nested", "shallow", or "linked"
705705

706706
Sets the strategy for installing packages in node_modules. hoisted
707707
(default): Install non-duplicated in top-level, and duplicated as necessary
708708
within directory structure. nested: (formerly --legacy-bundling) install in
709709
place, no hoisting. shallow (formerly --global-style) only install direct
710-
deps at top-level. linked: (coming soon) install in node_modules/.store,
710+
deps at top-level. linked: (experimental) install in node_modules/.store,
711711
link in place, unhoisted.
712712

713713
#### `json`

deps/npm/docs/output/commands/npm-ci.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@ <h4 id="global"><code>global</code></h4>
229229
<h4 id="install-strategy"><code>install-strategy</code></h4>
230230
<ul>
231231
<li>Default: "hoisted"</li>
232-
<li>Type: "hoisted", "nested", or "shallow"</li>
232+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
233233
</ul>
234234
<p>Sets the strategy for installing packages in node_modules. hoisted
235235
(default): Install non-duplicated in top-level, and duplicated as necessary
236236
within directory structure. nested: (formerly --legacy-bundling) install in
237237
place, no hoisting. shallow (formerly --global-style) only install direct
238-
deps at top-level. linked: (coming soon) install in node_modules/.store,
238+
deps at top-level. linked: (experimental) install in node_modules/.store,
239239
link in place, unhoisted.</p>
240240
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
241241
<ul>

deps/npm/docs/output/commands/npm-dedupe.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ <h3 id="configuration">Configuration</h3>
198198
<h4 id="install-strategy"><code>install-strategy</code></h4>
199199
<ul>
200200
<li>Default: "hoisted"</li>
201-
<li>Type: "hoisted", "nested", or "shallow"</li>
201+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
202202
</ul>
203203
<p>Sets the strategy for installing packages in node_modules. hoisted
204204
(default): Install non-duplicated in top-level, and duplicated as necessary
205205
within directory structure. nested: (formerly --legacy-bundling) install in
206206
place, no hoisting. shallow (formerly --global-style) only install direct
207-
deps at top-level. linked: (coming soon) install in node_modules/.store,
207+
deps at top-level. linked: (experimental) install in node_modules/.store,
208208
link in place, unhoisted.</p>
209209
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
210210
<ul>

deps/npm/docs/output/commands/npm-find-dupes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ <h3 id="configuration">Configuration</h3>
155155
<h4 id="install-strategy"><code>install-strategy</code></h4>
156156
<ul>
157157
<li>Default: "hoisted"</li>
158-
<li>Type: "hoisted", "nested", or "shallow"</li>
158+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
159159
</ul>
160160
<p>Sets the strategy for installing packages in node_modules. hoisted
161161
(default): Install non-duplicated in top-level, and duplicated as necessary
162162
within directory structure. nested: (formerly --legacy-bundling) install in
163163
place, no hoisting. shallow (formerly --global-style) only install direct
164-
deps at top-level. linked: (coming soon) install in node_modules/.store,
164+
deps at top-level. linked: (experimental) install in node_modules/.store,
165165
link in place, unhoisted.</p>
166166
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
167167
<ul>

deps/npm/docs/output/commands/npm-install-ci-test.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ <h4 id="global"><code>global</code></h4>
186186
<h4 id="install-strategy"><code>install-strategy</code></h4>
187187
<ul>
188188
<li>Default: "hoisted"</li>
189-
<li>Type: "hoisted", "nested", or "shallow"</li>
189+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
190190
</ul>
191191
<p>Sets the strategy for installing packages in node_modules. hoisted
192192
(default): Install non-duplicated in top-level, and duplicated as necessary
193193
within directory structure. nested: (formerly --legacy-bundling) install in
194194
place, no hoisting. shallow (formerly --global-style) only install direct
195-
deps at top-level. linked: (coming soon) install in node_modules/.store,
195+
deps at top-level. linked: (experimental) install in node_modules/.store,
196196
link in place, unhoisted.</p>
197197
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
198198
<ul>

deps/npm/docs/output/commands/npm-install-test.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ <h4 id="global"><code>global</code></h4>
187187
<h4 id="install-strategy"><code>install-strategy</code></h4>
188188
<ul>
189189
<li>Default: "hoisted"</li>
190-
<li>Type: "hoisted", "nested", or "shallow"</li>
190+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
191191
</ul>
192192
<p>Sets the strategy for installing packages in node_modules. hoisted
193193
(default): Install non-duplicated in top-level, and duplicated as necessary
194194
within directory structure. nested: (formerly --legacy-bundling) install in
195195
place, no hoisting. shallow (formerly --global-style) only install direct
196-
deps at top-level. linked: (coming soon) install in node_modules/.store,
196+
deps at top-level. linked: (experimental) install in node_modules/.store,
197197
link in place, unhoisted.</p>
198198
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
199199
<ul>

deps/npm/docs/output/commands/npm-install.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -513,13 +513,13 @@ <h4 id="global"><code>global</code></h4>
513513
<h4 id="install-strategy"><code>install-strategy</code></h4>
514514
<ul>
515515
<li>Default: "hoisted"</li>
516-
<li>Type: "hoisted", "nested", or "shallow"</li>
516+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
517517
</ul>
518518
<p>Sets the strategy for installing packages in node_modules. hoisted
519519
(default): Install non-duplicated in top-level, and duplicated as necessary
520520
within directory structure. nested: (formerly --legacy-bundling) install in
521521
place, no hoisting. shallow (formerly --global-style) only install direct
522-
deps at top-level. linked: (coming soon) install in node_modules/.store,
522+
deps at top-level. linked: (experimental) install in node_modules/.store,
523523
link in place, unhoisted.</p>
524524
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
525525
<ul>

deps/npm/docs/output/commands/npm-link.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ <h4 id="global"><code>global</code></h4>
250250
<h4 id="install-strategy"><code>install-strategy</code></h4>
251251
<ul>
252252
<li>Default: "hoisted"</li>
253-
<li>Type: "hoisted", "nested", or "shallow"</li>
253+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
254254
</ul>
255255
<p>Sets the strategy for installing packages in node_modules. hoisted
256256
(default): Install non-duplicated in top-level, and duplicated as necessary
257257
within directory structure. nested: (formerly --legacy-bundling) install in
258258
place, no hoisting. shallow (formerly --global-style) only install direct
259-
deps at top-level. linked: (coming soon) install in node_modules/.store,
259+
deps at top-level. linked: (experimental) install in node_modules/.store,
260260
link in place, unhoisted.</p>
261261
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
262262
<ul>

deps/npm/docs/output/commands/npm-ls.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3>
160160
the results to only the paths to the packages named. Note that nested
161161
packages will <em>also</em> show the paths to the specified packages. For
162162
example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
163-
<pre><code class="language-bash">npm@9.3.1 /path/to/npm
163+
<pre><code class="language-bash">npm@9.4.0 /path/to/npm
164164
165165
166166
</code></pre>

deps/npm/docs/output/commands/npm-update.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,13 @@ <h4 id="global"><code>global</code></h4>
277277
<h4 id="install-strategy"><code>install-strategy</code></h4>
278278
<ul>
279279
<li>Default: "hoisted"</li>
280-
<li>Type: "hoisted", "nested", or "shallow"</li>
280+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
281281
</ul>
282282
<p>Sets the strategy for installing packages in node_modules. hoisted
283283
(default): Install non-duplicated in top-level, and duplicated as necessary
284284
within directory structure. nested: (formerly --legacy-bundling) install in
285285
place, no hoisting. shallow (formerly --global-style) only install direct
286-
deps at top-level. linked: (coming soon) install in node_modules/.store,
286+
deps at top-level. linked: (experimental) install in node_modules/.store,
287287
link in place, unhoisted.</p>
288288
<h4 id="legacy-bundling"><code>legacy-bundling</code></h4>
289289
<ul>

deps/npm/docs/output/commands/npm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="table-of-contents">Table of contents</h2>
150150
</code></pre>
151151
<p>Note: This command is unaware of workspaces.</p>
152152
<h3 id="version">Version</h3>
153-
<p>9.3.1</p>
153+
<p>9.4.0</p>
154154
<h3 id="description">Description</h3>
155155
<p>npm is the package manager for the Node JavaScript platform. It puts
156156
modules in place so that node can find them, and manages dependency

deps/npm/docs/output/using-npm/config.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,13 @@ <h4 id="install-links"><code>install-links</code></h4>
733733
<h4 id="install-strategy"><code>install-strategy</code></h4>
734734
<ul>
735735
<li>Default: "hoisted"</li>
736-
<li>Type: "hoisted", "nested", or "shallow"</li>
736+
<li>Type: "hoisted", "nested", "shallow", or "linked"</li>
737737
</ul>
738738
<p>Sets the strategy for installing packages in node_modules. hoisted
739739
(default): Install non-duplicated in top-level, and duplicated as necessary
740740
within directory structure. nested: (formerly --legacy-bundling) install in
741741
place, no hoisting. shallow (formerly --global-style) only install direct
742-
deps at top-level. linked: (coming soon) install in node_modules/.store,
742+
deps at top-level. linked: (experimental) install in node_modules/.store,
743743
link in place, unhoisted.</p>
744744
<h4 id="json"><code>json</code></h4>
745745
<ul>

deps/npm/lib/utils/config/definitions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1090,14 +1090,14 @@ define('install-links', {
10901090

10911091
define('install-strategy', {
10921092
default: 'hoisted',
1093-
type: ['hoisted', 'nested', 'shallow'],
1093+
type: ['hoisted', 'nested', 'shallow', 'linked'],
10941094
description: `
10951095
Sets the strategy for installing packages in node_modules.
10961096
hoisted (default): Install non-duplicated in top-level, and duplicated as
10971097
necessary within directory structure.
10981098
nested: (formerly --legacy-bundling) install in place, no hoisting.
10991099
shallow (formerly --global-style) only install direct deps at top-level.
1100-
linked: (coming soon) install in node_modules/.store, link in place,
1100+
linked: (experimental) install in node_modules/.store, link in place,
11011101
unhoisted.
11021102
`,
11031103
flatten,

deps/npm/man/man1/npm-ci.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ man pages are linked to \fB{prefix}/share/man\fR
114114
.IP \(bu 4
115115
Default: "hoisted"
116116
.IP \(bu 4
117-
Type: "hoisted", "nested", or "shallow"
117+
Type: "hoisted", "nested", "shallow", or "linked"
118118
.RE 0
119119

120120
.P
121-
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (coming soon) install in node_modules/.store, link in place, unhoisted.
121+
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted.
122122
.SS "\fBlegacy-bundling\fR"
123123
.RS 0
124124
.IP \(bu 4

deps/npm/man/man1/npm-dedupe.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Note: \fBnpm dedupe\fR will never update the semver values of direct dependencie
7070
.IP \(bu 4
7171
Default: "hoisted"
7272
.IP \(bu 4
73-
Type: "hoisted", "nested", or "shallow"
73+
Type: "hoisted", "nested", "shallow", or "linked"
7474
.RE 0
7575

7676
.P
77-
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (coming soon) install in node_modules/.store, link in place, unhoisted.
77+
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted.
7878
.SS "\fBlegacy-bundling\fR"
7979
.RS 0
8080
.IP \(bu 4

deps/npm/man/man1/npm-find-dupes.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Runs \fBnpm dedupe\fR in \fB--dry-run\fR mode, making npm only output the duplic
1717
.IP \(bu 4
1818
Default: "hoisted"
1919
.IP \(bu 4
20-
Type: "hoisted", "nested", or "shallow"
20+
Type: "hoisted", "nested", "shallow", or "linked"
2121
.RE 0
2222

2323
.P
24-
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (coming soon) install in node_modules/.store, link in place, unhoisted.
24+
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted.
2525
.SS "\fBlegacy-bundling\fR"
2626
.RS 0
2727
.IP \(bu 4

deps/npm/man/man1/npm-install-ci-test.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ man pages are linked to \fB{prefix}/share/man\fR
6262
.IP \(bu 4
6363
Default: "hoisted"
6464
.IP \(bu 4
65-
Type: "hoisted", "nested", or "shallow"
65+
Type: "hoisted", "nested", "shallow", or "linked"
6666
.RE 0
6767

6868
.P
69-
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (coming soon) install in node_modules/.store, link in place, unhoisted.
69+
Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted.
7070
.SS "\fBlegacy-bundling\fR"
7171
.RS 0
7272
.IP \(bu 4

0 commit comments

Comments
 (0)