Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions doc/api/corepack.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ added:

> Stability: 1 - Experimental

Documentation for this tool can be found on the [Corepack repository][].
**Corepack will no longer be distributed with Node.js 25+.**
Users currently depending on the bundled `corepack` module from Node.js
should switch to using the userland-provided [corepack][] module instead.

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+.

[Corepack repository]: https://github.com/nodejs/corepack
[corepack]: https://github.com/nodejs/corepack
Loading