mscdex / node-xxhash

An xxhash binding for node.js
Other
193 stars 28 forks source link

I got error when i start my application, caused by mismatch NODE_MODULE_VERSION #39

Open mathmpr opened 7 months ago

mathmpr commented 7 months ago

The error:

Uncaught Exception:
Error: The module '/home/matheus/personal/mixmaster-utils/launcher/node_modules/xxhash/build/Release/hash.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 111. This version of Node.js requires
NODE_MODULE_VERSION 110. Please try re-compiling or re-installing

I try to use to many versions of node between 18 and 21. Node 19.9.0 NODE_MODULE_VERSION had version 111. I try to run npm install --no-cache and npm rebuild to recompile for current NODE_MODULE_VERSION version, but nothing works.

Can you help me?

mscdex commented 7 months ago

I can't help you with that, you'll have to ask on npm's issue tracker instead.