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
Eugene Lazutkin edited this page Mar 24, 2026
·
1 revision
Electron uses different Node environments for building and running applications (#79). This can cause ABI mismatches with native modules. See Using Native Node Modules for background.
To fix this, skip the precompiled download and build from source by setting DEVELOPMENT_SKIP_GETTING_ASSET to any non-empty value.