We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 has introduced a new lockfile format, which seems to be entirely incompatible with this tool:
error: assertion '(((pnpmlock).lockfileVersion == 5) || ((pnpmlock).lockfileVersion == 5.1))' failed at /nix/store/95yf6y552q2xvh5f39ma8kvb5iiaj7m9-source/default.nix:201:5: 200| in 201| assert (pnpmlock.lockfileVersion == 5 || pnpmlock.lockfileVersion == 5.1); | ^ 202| (mkPnpmDerivation {
I'm not sure if this is still maintained (#23) - but I'd very much appreciate an update to this
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
PNPM has introduced a new lockfile format, which seems to be entirely incompatible with this tool:
I'm not sure if this is still maintained (#23) - but I'd very much appreciate an update to this
The text was updated successfully, but these errors were encountered: