Provided by: node-corepack_0.24.0-2_all bug

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.