Open jongear opened 5 years ago
It's worth noting that manually upgrading to the latest version of node-hid@0.7.6 also causes gyp failures in Node 10.
Further tracking: https://github.com/node-hid/node-hid/issues/266
I have opened a pull request with node-logitech-dual-action-controller
to pump the internal version of node-hid
used up to 0.7.6
to support node 10
https://github.com/voodootikigod/node-logitech-dual-action-controller/pull/1
Error Report
When attempting to
npm install rolling-spider
with Node 10, the optionallogitech-dual-action-controller
dependency causes a failure due to it's reliance on thenode-hid
packagehttps://github.com/voodootikigod/node-rolling-spider/blob/master/package.json#L61-L63 https://github.com/olizilla/node-logitech-dual-action-controller/blob/master/package.json#L16
The
logitech-dual-action-controller
package is needed to power the Logitech Dual Action Controller utilized within gamepad.js however this is not critical for connectivity to Parrot Mini Drones. Can this be abstracted to a plugin?Setup
╰─ node -v v10.14.1 ╰─ npm -v 6.4.1
Error Dump