corepack
all
Zero-runtime-dependency package acting as bridge between Node projects and their package managers.
More info →Examples (8)
Add the Corepack shims to the Node.js installation directory to make them available as global commands
Prepare a specific package manager
corepack prepare package_manager@version --activatePrepare the package manager configured for the project in the current path
corepack prepareUse a package manager without installing it as a global command
corepack npm|pnpm|yarn package_manager_argumentsInstall a package manager from the specified archive
corepack hydrate path/to/corepack.tgzDisplay help for a subcommand
corepack subcommand --helpmade by @shridhargupta | data from tldr-pages