You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
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.