This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Description
Can't add spellchecker to project because it requires NODE_MODULE_VERSION 85.
When I add it to my project and start the whole thing, I get this message:
App threw an error during load
Error: The module '/Users/user/Documents/Repositories/project/node_modules/spellchecker/build/Release/spellchecker.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 85. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
I tried:
- many versions of Node, but according to this list NODE_MODULE_VERSION 85 does not exist at all.
- switching from yarn to npm
- npm rebuild
Nothing works :(
Can someone help?