mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 11:31:45 -04:00
Third-party cmd shims (e.g., npm's rimraf.cmd) call node.exe from within IF/ELSE blocks in batch files. When node resolves to node.cmd instead of node.exe, Windows batch file chaining breaks with "The system cannot find the path specified." On Windows, hardlink node.exe directly into the bin directory. On non-Windows, symlink the node binary directly.