NodeJS V4.3.1 HID.node module error

I’m getting an error when loading the BlinkStick Package. The install of the package was fine but when i’m trying to load the module i’m getting an error with the HID.node file.

return process.dlopen(module, path._makeLong(filename));
               ^

Error: error: 127\\?\FILEPATH\node_modules\blinkstick\platform\windows\HID.node
    at Error (native)
    at Object.Module._extensions..node (module.js:434:18)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (FILEPATH\node_modules\blinkstick\blinkstick.js:16:9)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)

is there any fix for this error?
thanks!

There was a similar problem here:

Hope this helps also for your issue.

I have tested this fix and i’m still getting the same error with the HID.node when loading he module.

I´ve tested with 4.3.1 and it also does not work for me.
I was only able to get it to work with Node.js v0.11 and v0.12.

So I think @arvydas has to give a statement, I guess his blinkstick library does not work with versions above 0.12.

I’m currently looking into this.

Thanks for having a look into it!

Any news on the subject? Got the same in Windows 10 / v4.4.7. Installed 32 bit version. 64bit node gave a similar, but different, error.

Please find a inofficial temporary workaround in this post::

New beta release is available via Github for now. Please install it using the instructions in this post: