v12.0.0-beta.2
📦 pnpmView on GitHub →
🐛 2 fixes🔧 3 symbols
Summary
This patch release addresses an issue where `pnpm install` would fail with a corrupted `pnpm-lock.yaml`. It also optimizes fresh installs by preventing the download of unnecessary platform-specific optional dependencies.
🐛 Bug Fixes
- `pnpm install` no longer fails when `pnpm-lock.yaml` exists but cannot be parsed. It now prints a warning, resolves dependencies from manifests, and rewrites the lockfile.
- Fresh installs no longer download tarballs of platform-specific optional dependencies that don't match the current platform.