-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm-lock.yaml incompatible with PNPM 7 #171
Comments
Scratch that. PNPM 7 supports version 6 lock files. The issue was with my version: |
After some testing, it looks like they quietly added support in PNPM 7 for version 6 lock files sometime around However, they bumped the lock file version again—to 6.1—at Question about CI. Anyone know why we're logging lock file differences but not failing the build? |
We should manage the |
It's unfortunate that Volta uses a non-standard field ( |
pnpm-lock.yaml
is a version 6 lock file, which is incompatible with PNPM versions older than 8. Package installation can be made to fail immediately if an incompatible PNPM version is detected usingpackage.json
'sengines
field. PR welcome?The text was updated successfully, but these errors were encountered: