Jon Gear

Results 4 comments of Jon Gear

I was able to work around this by creating an `nyc.config.js` file at the root of my project and applying my overrides there. `nyc.config.js`: ```js const settings = require('path/to/nyc-config'); settings.exclude...

It's worth noting that manually upgrading to the latest version of [[email protected]](https://www.npmjs.com/package/node-hid/v/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