pnpm
Fast, disk-efficient Node.js package manager with strict dependency resolution and monorepo workspace support.
Install
npx skills add https://github.com/antfu/skills --skill pnpmStats
| Total installs | 7,562 |
| Weekly installs | 7.5K |
| GitHub stars | 4.4K |
| First seen | Jan 28, 2026 |
| Source | @antfu/skills |
Summary
- Enforces strict dependency resolution by default, preventing phantom dependencies; uses content-addressable storage to deduplicate packages across projects
- Supports monorepo workspaces with filtering, shared lockfiles, and workspace protocol; configuration via pnpm-workspace.yaml
- Includes advanced dependency management: catalogs for centralized version control, overrides to force specific versions, and patches to modify third-party packages
- Provides peer dependency auto-install, custom resolution hooks via .pnpmfile.cjs, and package aliases using the npm: protocol
- Use --frozen-lockfile in CI environments; check pnpm-workspace.yaml and .npmrc files to understand project configuration
Tags
Related skills
| Skill | Installs | vs pnpm |
|---|---|---|
| devops-rollout-plan | 7,655 | +93 |
| aspire | 7,534 | -28 |
| containerize-aspnet-framework | 7,397 | -165 |
| dotnet-upgrade | 7,524 | -38 |
| agent-evaluation | 10,066 | +2,504 |
FAQ
- How many installs does pnpm have?
- pnpm has 7,562 total installs and 7.5K installs this week.
- Where is pnpm hosted?
- pnpm is published by @antfu/skills at https://github.com/antfu/skills.
- How many GitHub stars does pnpm have?
- pnpm has 4.4K GitHub stars.
- When was pnpm first indexed?
- OrangeBot.AI first indexed pnpm on Jan 28, 2026.
- How do I install pnpm?
- Run: npx skills add https://github.com/antfu/skills --skill pnpm