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!