mirror of https://github.com/nodejs/node.git
22 lines
511 B
Markdown
22 lines
511 B
Markdown
# Corepack
|
|
|
|
<!-- introduced_in=v14.19.0 -->
|
|
|
|
<!-- type=misc -->
|
|
|
|
<!-- YAML
|
|
added:
|
|
- v16.9.0
|
|
- v14.19.0
|
|
-->
|
|
|
|
> Stability: 1 - Experimental
|
|
|
|
Documentation for this tool can be found on the [Corepack repository][].
|
|
|
|
Despite Corepack being distributed with default installs of Node.js, the package
|
|
managers managed by Corepack are not part of the Node.js distribution, and
|
|
Corepack itself will no longer be distributed with future versions of Node.js.
|
|
|
|
[Corepack repository]: https://github.com/nodejs/corepack
|