pnpm install --prod

Category: Node.js & npm/yarn

pnpm install --prod

Install production dependencies only

Skips devDependencies so the node_modules contains just what the deployed app runs, shrinking installs in production containers. Equivalent to pnpm install --production. Reinstall without the flag to bring dev tooling back.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.