Npm install blickstick error

I’ve done more work on my own addon and ported some of the improvements to my branches of hid-node and blinkstick-node. Please check them out.

You may be interested in pWinRunInVersion, a Node.js package I developed to replace the “#node.cmd” hack I wrote about earlier.

pWinRunInVersion allows you to run a Node.js script in any version of Node.js. It’s proven helpful during development of my own addon. I’ve used it to create a list of working targets for my own addon, I assume the same list will work for BlinkStick.

For instance, I’ve found that Nan does not support Node.js v0.11.0-v0.11.12, and that builds for previous or later versions will not load in these versions. This means that I cannot currently build for these version and would probably need to add a lot of version specific hacks to the code in order to do so, which I am not willing to do.