기능 비교
기능 | pnpm | Yarn | npm |
---|---|---|---|
워크스페이스 지원 | ✔️ | ✔️ | ✔️ |
격리된 node_modules | ✔️ - 기본값 | ✔️ | ✔️ |
호이스팅된 node_modules | ✔️ | ✔️ | ✔️ - 기본값 |
피어 자동 설치 | ✔️ | ❌ | ✔️ |
Plug'n'Play | ✔️ | ✔️ - 기본값 | ❌ |
Zero-Installs | ❌ | ✔️ | ❌ |
의존성 패치 | ✔️ | ✔️ | ❌ |
Node.js 버전 관리 | ✔️ | ❌ | ❌ |
lockfile 보유 | ✔️ - pnpm-lock.yaml |
기능 | pnpm | Yarn | npm |
---|---|---|---|
워크스페이스 지원 | ✔️ | ✔️ | ✔️ |
격리된 node_modules | ✔️ - 기본값 | ✔️ | ✔️ |
호이스팅된 node_modules | ✔️ | ✔️ | ✔️ - 기본값 |
피어 자동 설치 | ✔️ | ❌ | ✔️ |
Plug'n'Play | ✔️ | ✔️ - 기본값 | ❌ |
Zero-Installs | ❌ | ✔️ | ❌ |
의존성 패치 | ✔️ | ✔️ | ❌ |
Node.js 버전 관리 | ✔️ | ❌ | ❌ |
lockfile 보유 | ✔️ - pnpm-lock.yaml |