pnpm / pnpm

Fast, disk space efficient package manager
https://pnpm.io
MIT License
29.86k stars 1.02k forks source link

pnpm dlx modifies lockfile #4740

Open krzkaczor opened 2 years ago

krzkaczor commented 2 years ago

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:

jaens commented 2 years ago

This is probably the same as #4743, I added a more detailed repro there.

mrmckeb commented 1 year ago

It looks like this has been resolved in #4743. Can it be closed off?