I tried is to include electron-usb
library into my electron-project.
When I execute npm start
with require('electron-usb')
in my index.html
file an error occurs in the console:
Uncaught Error: The specified procedure could not be found.
\\?\C:\Users\Me\Documents\GitHub\electron-quick-start-master\electron-quick-start-master\node_modules\electron-usb\build\Release\electron-v0.36-win32-x64\usb_bindings.node
This error occurs in the file ELECTRON_ASAR.js Click here to see it
What did I do wrong? I assume I have to somehow configure the module therewith it works with electron but I don't know how.