Module HID.node problem

Hello,

Event though I have installed the module using the npm install command, it seems that a file is still missing. I have the error “Uncaught Error : Can not find ./platform/windows/HID.node”.
I’m using the blinkstick in a node-webkit environement.

Can someone help me please?

Thank you.

Mgalmiche

Somebody had a similar problem here:
Npm install blickstick error


Seems that I may not be able to support 64 bit version of Node.js, but I think I have a fix for 32 bit version. I haven’t released to npm yet and it’s only available in the repository. Would you be able to test this for me if it works on your system please? Here are the steps:

  • Download zip package3
  • Create folder H:\dev\node\test\node_modules
  • Extract the contents of the archive to H:\dev\node\test\node_modules\blinkstick so that you have H:\dev\node\test\node_modules\blinkstick\package.json and etc
  • There should be no need to run npm install inside the folder
  • Open cmd.exe
  • cd H:\dev\node\test\node_modules\blinkstick
    node examples\blink\blink.js
    Please let me know if it works for you and BlinkStick starts blinking.

Hope it helps.

Sorry but your solution not resolve my problem. I have always the same error.

Have you an other idea to resolve my problem ?

Hey,
I’m really sorry, but I don´t have one. We have to wait for another user familiar with node or Arvy himself…

@kanzaki_angel have a few questions:

  • What version of Node are you using? (32 or 64 bit?)
  • What version of Windows? (32 or 64 bit?)

I need this to reproduce the issue.

Windows 8 32 bit and Node 32 bit

What version of Node are you using?

I use the version 0.12.2

Ok, I’ll test it and will let you know.