You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use timestamped local-dev dirs to avoid SIGKILL on macOS (#807)
On macOS, overwriting a Mach-O binary in-place (same inode) while
it's running causes the kernel's code signature cache to become stale,
resulting in SIGKILL (exit 137) for new processes exec'd from that inode.
Use `local-dev-<timestamp>` directories instead of a fixed `local-dev`
so each `pnpm bootstrap-cli` installs to a fresh path with new inodes.
Old local-dev directories are cleaned up before each install.
0 commit comments