mirror of
https://github.com/penpot/penpot.git
synced 2026-07-21 21:47:50 +00:00
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:
parent
a4347451d0
commit
d9511db585
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user