redis-fast-driver icon indicating copy to clipboard operation
redis-fast-driver copied to clipboard

Old module version

Open apeman76 opened this issue 2 years ago • 1 comments

Im currently running Node 14.17.5 which works fine, but when updating to 16.13.0 I get a error about redis-fast-driver using a old module version:

Error: The module '/node_modules/redis-fast-driver/build/Release/redis-fast-driver.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 93. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

apeman76 avatar Nov 25 '21 02:11 apeman76

Hi, after upgrading NodeJS you must remove node_modules and re-install it.

Checked on v16.13.0 works just fine for me...

h0x91b-wix avatar Nov 25 '21 11:11 h0x91b-wix