pnpm@9

Fast, disk space efficient package manager for Node.js projects

brewmacoslinux
Try with needOr install directly
Source

About

Fast, disk space efficient package manager

Commands

pnpm

Examples

Install project dependencies from package.json$ pnpm install
Add a new package to the project$ pnpm add express
Run a script defined in package.json$ pnpm run dev