node-usb-detection
node-usb-detection copied to clipboard
List USB devices in system and detect changes on them.
As suggested in https://github.com/MadLittleMods/node-usb-detection/pull/127, I think it is time to think about deprecating this library. https://github.com/node-usb/node-usb/releases/tag/v2.5.0 now supports native hotplug detection on a wider range of platforms, and will mitigate...
If I use Node 13 or 14, node install works well, but when I try to start app (node start) I get error: > \node_modules\usb-detection\build\Release\detection.node' > was compiled against a...
hi. My program runs fine, but I get an error when packaging with electron-builder Error: Could not detect abi for version 16.0.5 and runtime electron. Looking forward to your reply....
I got this error when I try to start my electron app. - Electron version 14 - `[email protected]` ``` /node_modules/electron/dist/electron remote.js: symbol lookup error: /node_modules/usb-detection/build/Release/detection.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionE ```
I am trying to re-compile `usb-detection` on an Apple M1 Mac. Unfortunately, I do get a error ``` ⨯ cannot execute cause=exit status 1 errorOut=npm ERR! code 1 npm ERR!...
Need official release for aarch64 (Apple M1)
Hello, I've encountered a problem with this package where If i remove and add the USB device too fast (as fast as I can), my Electron app just crashes and...
It looks like prebuilds are being run with node 14. Node 16 is current and Electron 15 has shipped with Node 16. It would be nice to have prebuilts for...
We have an Onyx Venus system with a button that disables and enables the touchscreen. It does this by removing the power to the USB port. If this button is...
The [prebuild-install](https://github.com/prebuild/prebuild-install) dependency now advocates against its own use: > **Instead of [`prebuild`](https://github.com/prebuild/prebuild) paired with [`prebuild-install`](https://github.com/prebuild/prebuild-install), we recommend [`prebuildify`](https://github.com/prebuild/prebuildify) paired with [`node-gyp-build`](https://github.com/prebuild/node-gyp-build).** The benefits touted by `prebuildify` and `node-gyp-build` _seem_...