pnpm Command Examples

Fast, disk space efficient package manager for Node.js. Manage Node.js projects and their module dependencies. More information: https://pnpm.io/pnpm-cli.

pnpm init

pnpm install

pnpm add {{module_name}}@{{version}}

pnpm add {{[-D|--save-dev]}} {{module_name}}

pnpm add {{[-g|--global]}} {{module_name}}

pnpm remove {{module_name}}

pnpm list

pnpm list {{[-g|--global]}} --depth {{0}}