-
-
Notifications
You must be signed in to change notification settings - Fork 59
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.
Installing
Troubleshooting
- Problem: ABI mismatch in Electron
- Problem: build vs prod environments
- Problem: non-ASCII install path
Developers
Research and notes
- Notes on building alternatives
- Related projects
- FilteredRE2 evaluation
- RE2 lookbehinds fork assessment
- V8 Fast API assessment
- V8 non-backtracking RegExp engine
Project
Repository · README · prebuilds via install-artifact-from-github