Open krzkaczor opened 2 years ago
Go to any pnpm repo, for example: https://github.com/dethcrypto/TypeChain
and do pnpm dlx echo-cli test.
pnpm dlx echo-cli test
Lockfile is not modified
Lockfile gets modified.
node -v
This is probably the same as #4743, I added a more detailed repro there.
It looks like this has been resolved in #4743. Can it be closed off?
pnpm version: 7.1.0
Code to reproduce the issue:
Go to any pnpm repo, for example: https://github.com/dethcrypto/TypeChain
and do
pnpm dlx echo-cli test
.Expected behavior:
Lockfile is not modified
Actual behavior:
Lockfile gets modified.
Additional information:
node -v
prints: v14.19.0