diff --git a/doc/api/corepack.md b/doc/api/corepack.md index 8bc9c134e2dc7c..b017f7570cb260 100644 --- a/doc/api/corepack.md +++ b/doc/api/corepack.md @@ -12,10 +12,9 @@ added: > Stability: 1 - Experimental -Documentation for this tool can be found on the [Corepack repository][]. +**Corepack will no longer be distributed starting with Node.js v25.** -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 Node.js 25+. +Users currently depending on the bundled `corepack` executable from Node.js +can switch to using the userland-provided [corepack][] module. -[Corepack repository]: https://github.com/nodejs/corepack +[corepack]: https://github.com/nodejs/corepack