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
Describe the bug
Got this error on devtools console
The module 'WALC/node_modules/@felixrieseberg/spellchecker/build/Release/spellchecker.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 72. 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`).
Running npm rebuild or npm install has no effect. I have nodejs v12.18.1. process.versions.node returns "12.13.0", possibly source of the problem?
WALC Installation Type: Compiled from master branch
To Reproduce
Steps to reproduce the behavior:
npm start
Open devtools
See error above
The text was updated successfully, but these errors were encountered:
Describe the bug
Got this error on devtools console
Running
npm rebuild
ornpm install
has no effect. I have nodejs v12.18.1.process.versions.node
returns "12.13.0", possibly source of the problem?WALC Installation Type: Compiled from
master
branchTo Reproduce
Steps to reproduce the behavior:
npm start
The text was updated successfully, but these errors were encountered: