Replies: 1 comment
-
|
I personally don't think it is a good idea to disable the lockfile but we can allow it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In pnpm version 10 I had lockfile globally set to
falsein my.npmrcfile. I’m trying to replicate this in version 11, but the setting seems to be ignored if manually added to the new~/.config/pnpm/config.yamlglobal configuration file. When I trypnpm config setI get an error that this is not a global option.However, both the release notes and the migration guide do not mention this breaking change.
Is this a bug in the code or in the documentation? (Or am I “holding it wrong”?)
Beta Was this translation helpful? Give feedback.
All reactions