pnpm@8

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 all 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 build