Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spellchecker.node was compiled against a different Node.js version #169

Open
sergeyd63 opened this issue Apr 14, 2020 · 1 comment
Open

Comments

@sergeyd63
Copy link

Using Electron v.8.2.2
electron-spellchecker v.2.2.1

installed node v.13.13.0

get this exception:
The module 'Electron\node_modules@felixrieseberg\spellchecker\build\Release\spellchecker.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 73. This version of Node.js requires
NODE_MODULE_VERSION 76. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install)

tried rebuilding with electron-rebuild (./node_modules/.bin/electron-rebuild) didn't work

switching allowRendererProcessReuse to true gives error: Error: Loading non-context-aware native module in renderer

any suggestions?

thanks

@cstayyab
Copy link

You can solved this issue as described in this comment:

WAClient/WALC#46 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants