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
Launch npm CLIs on Windows via their .cmd shim, not the POSIX one
ResolveExecutable searched PATH with the bare name before any PATHEXT
extension, so it matched npm's extensionless shell shim (e.g.
%APPDATA%\npm\claude) and CreateProcess refused it: "not a valid
application for this OS platform". Try PATHEXT candidates first and the
bare name last, matching WindowsCommandLine.Resolve.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PBDPfVz4e5Qt7nicWfUxJj