Module did not self register - electron-edge.
I have been trying to build electron-edge for an application. I installed electron-edge using npm and ran the build.bat file inside tools directory of electron-edge and built the module again with node-gyp configure and node-gyp build. Everything was successfully built without any errors. But when I run the app using npm start it throws an error saying "Module did not self register". Operating system : Windows 10 x64 Node Version : 6.3.1 Electron version : 1.4.4 Please look into this.
See https://github.com/kexplo/electron-edge/issues/19#issuecomment-257072612
Having same error with latest build...it works when I use var edge = require('edge'); but when I change it to 'electron-edge' I get the module could not self-register error...does this mean I don't need to use electron-edge and I somehow got normal edge working by itself?

Would you like to install Visual Studio 2015 runtime and .NET framework 4.5?
Try running the electron-rebuild command.