You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to understand the breakdown of which versions of pnpm generated and parsed which versions of their lockfile for something else, then came across this post. I figured I'd share.
I tested all versions from 6+ and confirmed it with pnpm itself. The logic checking pnpm lockfile versions should accommodate these:
Pnpm v7.9.5 generates
lockfileVersion: 5.4
, which errors:Did not find a way to tell pnpm to write with an older lockfile version
The text was updated successfully, but these errors were encountered: