Skip to content
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

Error: NodeJS 10.15.1 Module 64 not compatible #14

Open
hoogw opened this issue Aug 7, 2019 · 1 comment
Open

Error: NodeJS 10.15.1 Module 64 not compatible #14

hoogw opened this issue Aug 7, 2019 · 1 comment

Comments

@hoogw
Copy link

hoogw commented Aug 7, 2019

I run and error:

what Node.js version does this support?
v10.x is NOT compatible,

                 `C:\Users\engcid299\mbtiles-server>mbtiles-server --cache C:\Users\engcid299\mbtiles-server --verbose --port 7200

C:\Users\engcid299\AppData\Roaming\npm\node_modules\mbtiles-server\node_modules\sqlite3-offline-win32\index.js:21
throw new Error(NodeJS ${NODE} Module ${MODULES} not compatible)
^

Error: NodeJS 10.15.1 Module 64 not compatible
at Object. (C:\Users\engcid299\AppData\Roaming\npm\node_modules\mbtiles-server\node_modules\sqlite3-offline-win32\index.js:21:9)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (C:\Users\engcid299\AppData\Roaming\npm\node_modules\mbtiles-server\node_modules\sqlite3-offline\index.js:7:74)
at Module._compile (internal/modules/cjs/loader.js:689:30)`

@richardeschloss
Copy link

richardeschloss commented Jun 30, 2023

I think this is fixed in later versions of node. Supported node versions:
https://www.npmjs.com/package/sqlite3-offline#supported-nodejs-release

Docker image here seems to work: https://hub.docker.com/r/deniscarriere/mbtiles-server (based on node 10.16.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants