Man page - corepack(1)

Packages contains this manual

Manual

COREPACK

NAME
DESCRIPTION

NAME

corepack - Access npm, Yarn and pnpm without having to install them

DESCRIPTION

Corepack - 0.24.0

$ corepack <command>

General commands

corepack <binary name>[@<version>] [... args]

Runs the specified package manager in the local folder

corepack disable [--install-directory #0] ...

Remove the Corepack shims from the install directory

corepack enable [--install-directory #0] ...

Add the Corepack shims to the install directories

corepack install

Install the package manager configured in the local project

corepack install <-g,--global> [--all] [--cache-only] ...

Install package managers on the system

corepack pack [--all] [--json] [-o,--output #0] ...

Store package managers in a tarball

corepack up

Update the package manager used in the current project

corepack use <pattern>

Define the package manager to use for the current project

You can also print more details about any of these commands by calling them with the β€˜-h,--helpβ€˜ flag right after the command name.