Skip to content

Commit c8876d7

Browse files
npm-cli-botrichardlau
authored andcommittedMar 19, 2024
deps: upgrade npm to 10.3.0
PR-URL: #51431 Reviewed-By: Luke Karrys <luke@lukekarrys.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 8fdea67 commit c8876d7

File tree

290 files changed

+1856
-17295
lines changed

Some content is hidden

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

290 files changed

+1856
-17295
lines changed
 

‎deps/npm/docs/README.md

-5
This file was deleted.

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

+10
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,16 @@ field of package.json, which comes from `process.platform`.
290290

291291

292292

293+
#### `libc`
294+
295+
* Default: null
296+
* Type: null or String
297+
298+
Override libc of native modules to install. Acceptable values are same as
299+
`libc` field of package.json
300+
301+
302+
293303
#### `workspace`
294304

295305
* Default:

0 commit comments

Comments
 (0)
Please sign in to comment.