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
|