Skip to content

Problem ABI mismatch in Electron

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.

See install-artifact-from-github for more details.

Clone this wiki locally