Replies: 1 comment 1 reply
-
I am not sure why it happens. I think I would expect both to modify the global pnpm file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found a comfusing behaviour of pnpm.
description:
when i ran command
pnpm config --global set proxy ...
, it modified pnpm global config file.but when i ran command
pnpm config --global set registry ...
, it modified npm user config file.questions:
Was it designed that way?
My expectation is that when I use the
pnpm config --global set
command, it should always modify the pnpm global file.Is "registry" the only field that is special?
Beta Was this translation helpful? Give feedback.
All reactions