From 004ecc12eb43c1253274728209c0790f06820437 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:25:03 -0700 Subject: [PATCH] doc: clarify future Corepack removal in v25+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/57825 Reviewed-By: Jordan Harband Reviewed-By: Marco Ippolito Reviewed-By: Darshan Sen Reviewed-By: Ulises Gascón Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel --- doc/api/corepack.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/api/corepack.md b/doc/api/corepack.md index 8bc9c134e2..b017f7570c 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