Patch Changes
pnpm env use
should create a symlink to the Node.js executable, not a command shim #3869.- Attach the globally installed packages to the system default Node.js executable #3870.
- The
.pnpm-debug.log
file is not written when pnpm CLI exits with an expected non-zero exit code. For instance, when vulnerabilities are found by thepnpm audit
command #3832. - Suggest
pnpm install --force
to refetch modified packages #3867.