pnpm is a “fast, disk space efficient package manager” for JavaScript, an alternative to npm and yarn.
Snippets
# Upgrade all packages with interactive prompts
pnpm up -Lir # --latest --recursive --interactive
pnpm is a “fast, disk space efficient package manager” for JavaScript, an alternative to npm and yarn.
# Upgrade all packages with interactive prompts
pnpm up -Lir # --latest --recursive --interactive