Skip to content
Open
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Corepack is marked experimental so we can iterate on its CLI faster, but it's al

## Installation

Corepack is included with all official Node.js releases starting from Node.js 14.19 / 16.9. It's however opt-in for the duration of the experimental stage, so you'll need to run `corepack enable` before it's active.
Corepack is included with all official Node.js releases starting from Node.js 14.19 / 16.9. It's however opt-in, so you'll need to run `corepack enable` before it's active. Also, this [will be removed](https://github.com/nodejs/TSC/pull/1697#issuecomment-2737093616) from Node.js releases starting with Node.js 25+

You can quickly check whether Corepack is enabled by running `yarn exec env | grep COREPACK_ROOT`: if you get a path as output, Corepack is properly installed. If not, something may be messing with how the shims are installed. In that case check the [Troubleshooting](/corepack#troubleshooting) section for advices.

Expand Down
Loading