Hi Arvydas,
Installing blinkstick on Windows causes 'usb' to try build using node-gyp. Given blink-stick is designed for the more casual of coders, requiring old python, specific run-times and Visual Studio (as described here), seems a bit much for the novice?
I cannot install blink-stick on any of the three different Windows machines I've tried (varying development environments ranging from daily-dev to fresh-pc).
Node-hid (an alternative hid library) uses a module called node-pre-gyp to install pre-built binaries for specific platforms.
I was wondering what you thought of either of two options:
- Implementing node-pre-gyp inside of blinkstick-node for usb.
- Changing the USB-interop layer to use node-Hid? (I can help with this one).
Hope this causes no offence, simply trying to get your lovely implementation of blink-stick working cleaner on Windows :)
Hi Arvydas,
Installing blinkstick on Windows causes 'usb' to try build using node-gyp. Given blink-stick is designed for the more casual of coders, requiring old python, specific run-times and Visual Studio (as described here), seems a bit much for the novice?
I cannot install blink-stick on any of the three different Windows machines I've tried (varying development environments ranging from daily-dev to fresh-pc).
Node-hid (an alternative hid library) uses a module called node-pre-gyp to install pre-built binaries for specific platforms.
I was wondering what you thought of either of two options:
Hope this causes no offence, simply trying to get your lovely implementation of blink-stick working cleaner on Windows :)