Forrest logo
back to context overview

corepack

List of commands for corepack:

  • corepack:tldr:3c05c corepack: Remove the Corepack shims from the Node.js installation directory.
    $ corepack disable
    try on your machine
    explain this command
  • corepack:tldr:4e1be corepack: Install a package manager from the specified archive.
    $ corepack hydrate ${path-to-corepack-tgz}
    try on your machine
    explain this command
  • corepack:tldr:4f8d2 corepack: Use a package manager without installing it as a global command.
    $ corepack ${select} ${package_manager_arguments}
    try on your machine
    explain this command
  • corepack:tldr:56df3 corepack: Add the Corepack shims to a specific directory.
    $ corepack enable --install-directory ${path-to-directory}
    try on your machine
    explain this command
  • corepack:tldr:5ef56 corepack: Prepare the package manager configured for the project in the current path.
    $ corepack prepare
    try on your machine
    explain this command
  • corepack:tldr:6a518 corepack: Prepare a specific package manager.
    $ corepack prepare ${package_manager}@${version} --activate
    try on your machine
    explain this command
  • corepack:tldr:9cedb corepack: Add the Corepack shims to the Node.js installation directory to make them available as global commands.
    $ corepack enable
    try on your machine
    explain this command
  • corepack:tldr:d5912 corepack: Display help for a subcommand.
    $ corepack ${subcommand} --help
    try on your machine
    explain this command
back to context overview