pnpm add <pkg> TL;DR Supported package locations Install from npm registry Install from the workspace Install from local file system Install from remote tarball Install from G...
pnpm vs npm npm’s flat tree Installation Directory dependencies pnpm vs npm npm’s flat tree npm maintains a flattened dependency tree as of version 3. This leads to less di...
pnpm env <cmd> Commands use Options --global, -g pnpm env <cmd> Added in: v6.12.0 Manages the Node.js environment. Commands use Install and use the specified version of ...
pnpm vs npm npm’s flat tree Installation Directory dependencies pnpm vs npm npm’s flat tree npm maintains a flattened dependency tree as of version 3. This leads to less di...
Using Changesets with pnpm Setup Adding new changesets Releasing changes Using GitHub Actions Bump up package versions Publishing Using Changesets with pnpm note At the t...
pnpm install-test pnpm install-test Aliases: it Runs pnpm install followed immediately by pnpm test . It takes exactly the same arguments as pnpm install .