electron-edge icon indicating copy to clipboard operation
electron-edge copied to clipboard

Module did not self register - electron-edge.

Open mvrk21 opened this issue 9 years ago • 4 comments

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.

mvrk21 avatar Oct 28 '16 20:10 mvrk21

See https://github.com/kexplo/electron-edge/issues/19#issuecomment-257072612

kexplo avatar Oct 29 '16 05:10 kexplo

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?

image

CodeLiftSleep avatar Dec 26 '16 01:12 CodeLiftSleep

Would you like to install Visual Studio 2015 runtime and .NET framework 4.5?

kexplo avatar Jan 16 '17 15:01 kexplo

Try running the electron-rebuild command.

ondrejsv avatar Mar 19 '18 06:03 ondrejsv