I’ve restructured and updated BlinkStick Node package. Seems that node-hid package has advanced significantly and now offers installation of precompiled module without the need of any build tools. This applies specifically for Windows, but all other platforms seem now to be supported making the installation a breeze.
If you could run a quick test to check if BlinkStick package works on your platform by directly installing from GitHub via one simple command.
For Windows run:
npm install git+https://github.com/arvydas/blinkstick-node.git#node-hid
For OSX and Linux run:
npm install git+https://github.com/arvydas/blinkstick-node.git\#node-hid
I currently tested this on Linux Mint 17, Windows 7 and OSX Mavericks which all seems to be working very well with Node 4.5 release. Seems Node.js versions older than 4.0 are no longer supported by node-hid package so users will have to stick to 1.1.3 release.