Feature Comparison
| Feature | pnpm | Yarn | npm | 
|---|---|---|---|
| Workspace support | ✔️ | ✔️ | ✔️ | 
Isolated node_modules | ✔️ - The default | ✔️ | ✔️ | 
Hoisted node_modules | ✔️ | ✔️ | ✔️ - The default | 
| Autoinstalling peers | ✔️ | ❌ | ✔️ | 
| Plug'n'Play | ✔️ | ✔️ - The default | ❌ | 
| Zero-Installs | ❌ | ✔️ | ❌ | 
| Patching dependencies | ✔️ | ✔️ | ❌ | 
| Managing Node.js versions | ✔️ | ❌ | ❌ | 
| Has a lockfile | ✔️ - pnpm-lock.yaml | ✔️ - yarn.lock | ✔️ - package-lock.json | 
| Overrides support | ✔️ |