pnpm
Installation
SKILL.md
pnpm
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install tool, first-time setup, Node version management | references/install-and-setup.md |
pnpm needs to be installed or Node.js version managed |
| .npmrc settings, workspace config, overrides | references/configuration.md |
Project configuration or hoisting behavior needs adjustment |
| CLI commands, add/remove/run/publish | references/command-cookbook.md |
Specific pnpm commands or workflows are needed |
| Monorepo workspaces, filters, catalog protocol | references/workspaces.md |
Monorepo structure or cross-package commands are involved |
Quick Start
# 1. Enable pnpm via corepack (recommended)
corepack enable
corepack prepare pnpm@latest --activate