We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879b95e commit 0c2f61aCopy full SHA for 0c2f61a
doc/contributing/distribution.md
@@ -18,10 +18,12 @@ for their particular purposes:
18
19
* JavaScript engine: V8
20
* Package manager: `npm`
21
-* Package manager version manager: Corepack
+* Package manager version manager: Corepack (Node.js <v25)
22
23
Being user-accessible, removal or replacement of these projects could happen
24
only as a semver-major change, unless the related feature or project is
25
documented as experimental. In addition, Node.js includes external projects as
26
internal dependencies. These may be replaced or removed at any time, provided
27
that doing so is not a breaking change.
28
+
29
+The [corepack](https://github.com/nodejs/corepack) module is no longer distributed starting with Node.js v25.
0 commit comments