Files
pnpm/pkg-manager
Zoltan Kochan dac1177ed4 fix(link-bins): stop prepending redundant paths to NODE_PATH in command shims (#10673)
Fixed "input line too long" error on Windows when running lifecycle scripts with the
global virtual store enabled. The `NODE_PATH` in command shims no longer includes all
paths from `Module._nodeModulePaths()`. Instead, it includes only the package's
bundled dependencies directory (e.g., `.pnpm/pkg@version/node_modules/pkg/node_modules`),
the package's sibling dependencies directory (e.g., `.pnpm/pkg@version/node_modules`),
and the hoisted `node_modules` directory. These paths are needed so that tools like
`import-local` (used by jest, eslint, etc.) which resolve from CWD can find the correct
dependency versions.
2026-02-23 16:38:46 +01:00
..
2026-02-17 16:44:04 +01:00
2026-01-19 12:12:58 +01:00
2026-02-17 16:44:04 +01:00
2026-02-17 16:44:04 +01:00
2026-02-17 16:44:04 +01:00
2026-02-17 16:44:04 +01:00
2026-02-17 16:44:04 +01:00
2026-01-26 15:17:27 +01:00
2026-02-17 16:44:04 +01:00
2026-02-17 16:44:04 +01:00
2026-01-26 15:17:27 +01:00