2020-09-28 17:35:09 +02:00
|
|
|
# Corepack
|
|
|
|
|
2022-01-25 13:22:09 -05:00
|
|
|
<!-- introduced_in=v14.19.0 -->
|
2021-09-19 17:18:42 -07:00
|
|
|
|
2020-09-28 17:35:09 +02:00
|
|
|
<!-- type=misc -->
|
|
|
|
|
2022-02-01 17:00:04 +01:00
|
|
|
<!-- YAML
|
|
|
|
added:
|
|
|
|
- v16.9.0
|
|
|
|
- v14.19.0
|
|
|
|
-->
|
|
|
|
|
2020-09-28 17:35:09 +02:00
|
|
|
> Stability: 1 - Experimental
|
|
|
|
|
2025-04-13 20:25:03 -07:00
|
|
|
**Corepack will no longer be distributed starting with Node.js v25.**
|
2024-03-02 00:02:41 +01:00
|
|
|
|
2025-04-13 20:25:03 -07:00
|
|
|
Users currently depending on the bundled `corepack` executable from Node.js
|
|
|
|
can switch to using the userland-provided [corepack][] module.
|
2024-03-02 00:02:41 +01:00
|
|
|
|
2025-04-13 20:25:03 -07:00
|
|
|
[corepack]: https://github.com/nodejs/corepack
|