pnpm

10.33.0 · active · verified Sat Apr 18

pnpm is a fast, disk-space efficient package manager that utilizes hard links and symlinks to save space and speed up installations. The current stable version is 10.33.0, with version 11.0.0 actively in release candidate phase, indicating a continuous and significant development cadence.

Common errors

Warnings

Install

Quickstart

Initialize a new project with a package.json and install dependencies using pnpm.

pnpm install

view raw JSON →