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: detect Node.js arch for Tauri CLI native module
Use Node's process.arch instead of uname -m since npm may run under
Rosetta 2 (x64 emulation on arm64 host). This ensures we install the
correct platform-specific Tauri CLI binary.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments