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(desktop): spawn npm through a shell on Windows
The sidecar packaging script shells out to npm/npx via execFileSync, which
fails on Windows with `spawnSync npm ENOENT`: npm and npx are .cmd shims
there, not executables, and Node will not spawn those without a shell. The
Release workflow's `shell: bash` default does not help, since the script
spawns directly rather than through the workflow shell.
Pass shell: true on win32 only, leaving the POSIX path unchanged.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018bYS1ALLcqy1YkmHEYGbfN