What’s New

pnpm v12.0.0-beta.2

v12.0.0-beta.2Pre-release

pnpm 12 Beta 2

Fixed 2
  • pnpm install no longer fails when pnpm-lock.yaml exists but cannot be parsed, instead printing an "Ignoring broken lockfile" warning, resolving dependencies from manifests, and rewriting the lockfile
  • Fresh installs no longer download tarballs of platform-specific optional dependencies that do not match the current platform
Patch Changes
  • pnpm install no longer fails when pnpm-lock.yaml exists but cannot be parsed. Matching the TypeScript CLI, the install now prints an "Ignoring broken lockfile" warning, resolves dependencies from the manifests, and rewrites the lockfile. --frozen-lockfile still fails on a broken lockfile.

  • Fresh installs no longer download the tarballs of platform-specific optional dependencies that don't match the current platform.

View original

Discussion