-
-
Notifications
You must be signed in to change notification settings - Fork 59
Problem installing in a directory with a non ASCII name
Eugene Lazutkin edited this page Mar 24, 2026
·
1 revision
Non-ASCII directory names can cause node-gyp build failures (#60). This is a node-gyp limitation that affects most native Node extensions. Rename the directory to use only ASCII characters.
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