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
I am using electronjs and getting an error message like this
was compiled against a different Node.js version using
NODE_MODULE_VERSION 131. This version of Node.js requires
NODE_MODULE_VERSION 130. Please try re-compiling or re-installing
The text was updated successfully, but these errors were encountered:
@heyadeivan This project only contains source code.
It is compiled locally ( using node-gyp ) on your machine at the time you install this package.
My guess would be you performed an npm install with a version of Node.js that is different from the version of node embedded in your Electron executable.
You will need to either upgrade your version of Electron, or install this extension using a version of Node.js that matches your Electron.
Thank you @pcafstockf , I matched the Electron and Node.js versions, but when I tried to rebuild, I got a C++20 error. It might be a gyp bug in version 32. I downgraded Electron to version 31, rebuild it again, and it was successful.
I am using electronjs and getting an error message like this
was compiled against a different Node.js version using
NODE_MODULE_VERSION 131. This version of Node.js requires
NODE_MODULE_VERSION 130. Please try re-compiling or re-installing
The text was updated successfully, but these errors were encountered: