功能比較
功能 | pnpm | Yarn | npm |
---|---|---|---|
工作區支援 | ✔️ | ✔️ | ✔️ |
隔離式 node_modules 資料夾 | ✔️ - 預設值 | ✔️ | ❌ |
提升式 node_modules 資料夾 | ✔️ | ✔️ | ✔️ - 預設值 |
隨插即用 | ✔️ | ✔️ - 預設值 | ❌ |
Zero-Installs | ❌ | ✔️ | ❌ |
修補依賴套件 | ❌ | ✔️ | ❌ |
管理 Node.js 版本 | ✔️ | ❌ | ❌ |
有一個 lockfile | ✔️ - pnpm-lock.yaml | ✔️ - yarn.lock | ✔️ - package-lock.json |
Overrides support | ✔️ | ✔️ - Via resolutions | ✔️ |
Content-addressable storage | ✔️ | ❌ | ❌ |
動態套件執行 | ✔️ - Via pnpm dlx | ✔️ - Via yarn dlx | ✔️ - Via npx |