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
Hello, i have been struggling for hours on this. I have been able to get native node extensions to work on node webkit in the past but I am trying electron and i have zero success.
I am building the extension with rebuild and then loading it in the preload script and i get the generic error when i try to load up the application
Error: Module did not self-register: '\\?\C:\project\build\Release\extension.node'.
Hello, i have been struggling for hours on this. I have been able to get native node extensions to work on node webkit in the past but I am trying electron and i have zero success.
I am building the extension with rebuild and then loading it in the preload script and i get the generic error when i try to load up the application
Error: Module did not self-register: '\\?\C:\project\build\Release\extension.node'.
My folder structure is as such
binding.gyp
extension.cc
preload.js
const binding = require("./build/Release/extension.node")
package.json
I am not sure what is the problem. The extension builds fine. Used
.\node_modules\.bin\electron-rebuild.cmd
and said it completed.The electron verison is 33.3.1 and is x64. I am on Windows.
The text was updated successfully, but these errors were encountered: