Files
pnpm/engine/pm/commands/test/setup
Zoltan Kochan 0fe6ea9a8a fix(setup): skip @pnpm/exe build scripts during global self-install (#12402)
When running from the standalone executable, `pnpm setup` installs pnpm
via `pnpm add -g file:<dir>`. The shipped `@pnpm/exe` package.json carries
preinstall/prepare scripts, which triggered a build-approval prompt for
pnpm's own install. pnpm links the platform-specific binary itself, so
these scripts are unnecessary (and unrunnable on a Node-less host); pass
--ignore-scripts to skip them.

Closes https://github.com/pnpm/pnpm/issues/12377
2026-06-14 11:59:47 +02:00
..