MadLittleMods / node-usb-detection

List USB devices in system and detect changes on them.
MIT License
371 stars 114 forks source link

Node.js v?? #148

Closed DarielHG89 closed 3 years ago

DarielHG89 commented 3 years ago

Hi, I'm getting the following error. I tried with node-v14.0.0, node-v14.13.0, node-v14.17.3, and all the same. I'm using Windows.

was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 89. Please try re-compiling or re-installing
the module
todbot commented 3 years ago

Sounds like you're building an Electron app? If so, try following: https://github.com/MadLittleMods/node-usb-detection#install-for-electron

DarielHG89 commented 3 years ago

ok, thanks