-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using node-gdal in electron #281
Comments
gdal is a native module. See the link below. However, even if you proceed as described in the link, problems arise. |
Can't compile !!! Please Help!
|
Maybe you can try gdal3. js. I haven't thoroughly tested its functionality yet, but at least it can be installed。 |
System
node: 14.16.1
system: win10
electron: 12.0.4
node-gdal: 0.10.1
Problem
After installing and requiring with
var gdal = require("gdal");
, a cannot find module error appears:After installation, the
gdal.node
is found in followin path...\electron-quick-start\node_modules\gdal\lib\binding\node-v83-win32-x64
.I followed this issue #219 with using node-gdal 0.10.1, but I could not resolve the issue. Does it have to do something with https://github.com/mapbox/node-pre-gyp? When installing, the following warning appears:
How can this problem be resolved?
The text was updated successfully, but these errors were encountered: