thegecko / webusb

Node.js implementation of the WebUSB Specification
https://thegecko.github.io/webusb/
MIT License
183 stars 27 forks source link

Node 12 support. #59

Closed nodech closed 4 years ago

nodech commented 4 years ago

node-usb used in project does not compile on v12. Simply switching to node-usb@1.6.0 should work.

thegecko commented 4 years ago

Thanks, updating node-usb sorted out node 12 support