mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
PR-URL: https://github.com/nodejs/node/pull/57825 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
21 lines
401 B
Markdown
21 lines
401 B
Markdown
# Corepack
|
|
|
|
<!-- introduced_in=v14.19.0 -->
|
|
|
|
<!-- type=misc -->
|
|
|
|
<!-- YAML
|
|
added:
|
|
- v16.9.0
|
|
- v14.19.0
|
|
-->
|
|
|
|
> Stability: 1 - Experimental
|
|
|
|
**Corepack will no longer be distributed starting with Node.js v25.**
|
|
|
|
Users currently depending on the bundled `corepack` executable from Node.js
|
|
can switch to using the userland-provided [corepack][] module.
|
|
|
|
[corepack]: https://github.com/nodejs/corepack
|