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
attempting to use headless-js under electron main process, and I'm getting this error:
Error: The module 'node_modules/gl/build/Release/webgl.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 108. This version of Node.js requires
NODE_MODULE_VERSION 125. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).
when the require('gl') is executed.
I have done npm install and npm rebuild with no different results.
attempting to use headless-js under electron main process, and I'm getting this error:
Error: The module 'node_modules/gl/build/Release/webgl.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 108. This version of Node.js requires
NODE_MODULE_VERSION 125. Please try re-compiling or re-installing
the module (for instance, using
npm rebuild
ornpm install
).when the require('gl') is executed.
I have done npm install and npm rebuild with no different results.
How do I recover from this?
a saw the closed issue:
#266
but I didn't see anything that helps me there.
The text was updated successfully, but these errors were encountered: