Using electron-usb with electron
问题 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?