package-management
Installation
SKILL.md
Package Management
Overview
This project uses pnpm as the package manager, with corepack to manage pnpm versions automatically.
Corepack Integration
How It Works
- pnpm version is specified in
package.jsonunder thepackageManagerfield - corepack automatically uses the exact version specified
- No need to manually install pnpm - corepack handles it