-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
pnpm 7.12.1 does not generate lockfiles #5390
Copy link
Copy link
Closed
Description
This is likely related to #5389 and potentially the root cause
In an existing project using workspaces and pnpm, after upgrading from pnpm 7.5, I tried regenerating the lockfile by deleting the existing lockfile and running pnpm install. All of the following failed to result in a lockfile being generated
pnpm installpnpm install --forcepnpm install ---no-frozen-lockfile=truepnpm install --fix-lockfile
Reactions are currently unavailable