Minor Changes
- When patching a dependency that is already patched, the existing patch is applied to the dependency, so that the new edit are applied on top of the existing ones. To ignore the existing patches, run the patch command with the
--ignore-existing
option #5632. - When
extend-node-path
is set tofalse
, theNODE_PATH
environment variable is not set in the command shims #5910
Patch Changes
- Ensure the permission of bin file when
prefer-symlinked-executables
is set totrue
#5913. - If an external tool or a user have removed a package from node_modules, pnpm should add it back on install. This was only an issue with
node-linker=hoisted
.