I\'ve successfully built node.js addon, which works well with Node on Windows. Now, I want to create a Windows app using Electron. When loading the module in HTML file, I g
You need to rebuild your native Node addon for Electron, the steps are outlined in the docs.