🔧 Auto-confirm pnpm modules purge in MCP bootstrap #10680 (#10681)

pnpm occasionally detects an incompatible node_modules directory (e.g.
after a store location or pnpm major version change) and interactively
asks whether to remove and recreate it, blocking the MCP bootstrap in
the devenv tmux pane. Set confirmModulesPurge: false in
mcp/pnpm-workspace.yaml so the purge is auto-confirmed; this file is
included in the npm pack tarball (unlike .npmrc) and applies to all
install invocations from a single place.

AI-assisted-by: claude-fable-5
This commit is contained in:
Dr. Dominik Jain 2026-07-16 17:00:20 +02:00 committed by GitHub
parent a4347451d0
commit d9511db585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
# auto-confirm node_modules purge when pnpm detects an incompatible modules
# directory (e.g. after a store location or pnpm major version change),
# preventing the interactive prompt from blocking bootstrap
confirmModulesPurge: false
allowBuilds:
esbuild: true
sharp: false