corepack
« Back to VersTracker
Description:
Package acting as bridge between Node projects and their package managers
Type: Formula  |  Latest Version: 0.34.5@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  @nodejs  |  formulae.brew.sh
Category: Developer tools
Tags: nodejs package-manager yarn pnpm npm developer-tools
Install: brew install corepack
About:
Corepack is a zero-installs package manager wrapper that ships with Node.js. It automatically delegates package management commands (like yarn, pnpm, npm) to the version specified in a project's package.json. This ensures consistent builds and eliminates version mismatches across different developer environments.
Key Features:
  • Zero-installs approach requiring no manual setup
  • Automatic version switching based on project lockfiles
  • Supports Yarn, pnpm, and npm out of the box
  • Ships bundled with Node.js distributions
Use Cases:
  • Enforcing consistent package manager versions across development teams
  • Simplifying CI/CD pipelines by removing manual tool installation steps
  • Managing multiple Node.js projects with different dependency managers
Alternatives:
  • npm – Corepack wraps npm and other managers rather than replacing them entirely
  • nvm – nvm manages Node.js versions while Corepack manages package manager versions
Version History
Detected Version Rev Change Commit
Nov 7, 2025 10:55pm 0 VERSION_BUMP 74030744
Nov 5, 2025 5:47am 0 VERSION_BUMP 89bdeb3d