Patch Changes
- Dedupe dependencies when adding new ones or updating existing ones #2222.
- Only check for CLI updates when
pnpm install
orpnpm add
is executed #3874. - Use a single global config file (at
~/.config/pnpm/npmrc
) for all npm versions, when npm is installed viapnpm env use
#3873. - Add information about the
--force
option intopnpm install --help
#3878. - Allow to pass the
--cache-dir
and--save-prefix
CLI options.