node-xxhash
node-xxhash copied to clipboard
I got error when i start my application, caused by mismatch NODE_MODULE_VERSION
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?
I can't help you with that, you'll have to ask on npm's issue tracker instead.