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
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
The text was updated successfully, but these errors were encountered:
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
ornpm 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
The text was updated successfully, but these errors were encountered: