Patch Changes
-
pnpm installno longer fails whenpnpm-lock.yamlexists 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-lockfilestill fails on a broken lockfile. -
Fresh installs no longer download the tarballs of platform-specific optional dependencies that don't match the current platform.