Jean-Philippe Côté
Jean-Philippe Côté
I did not install `node-pre-gyp`. I don't even really know what it is or what it does. I'm just trying to use native modules...
When I manually rebuild both modules (serialport & opencv4nodejs) with `nw-gyp rebuild --target=0.27.1 --arch=x64`. It works. However, when I start my app, it cannot find one of the modules. The...
@GnorTech Thanks. Any idea what I can do about this? I guess I'll file an issue on the module's GitHub.
Even with a bare package the problem is still there. It's probably something with the `opencv4nodejs` module or my own configuration of OpenCV. Thanks for your help. The original problem...
I just noticed that it does the same thing when I try to install the `johnny-five` module.
Same thing with the `osc` module which also depends on `serialport`.
Did you ever get this problem resolved?
Can you see the device at the OS level? You can try this procedure to verify it: https://source.android.com/docs/core/audio/midi_test?hl=en
Did you resolve this issue?
I do not think it can be a simple documentation update. One of the first thing firmata does is check if it's running in the browser. If not, and if...