node-gdal-async: gdal-async is not compatible with Electron
- Electron does not export
zlibwhich GDAL uses- opening compressed files is to be disabled
- Electron does not export
OpenSSLwhich GDAL uses- https is to be disabled
- Electron has a (build??) problem with the new
GetBackingStoreV8 API https://github.com/electron/electron/issues/29893- a workaround is to be implemented
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 16 (10 by maintainers)
This continues to be a huge problem on Windows - where Electron is built with a different C++ runtime from Node.js - and cannot be cleanly solved until #35