firmata/firmata.js

Program doesn't start/run

Opened this issue · 1 comments

When I run the command "node ." nothing happens. No error messages.

image

I installed the firmata package manually (by creating a "firmata" folder inside node_modules and dragging the "firmata.js" files inside from the firmata github page) because I can't install firmata with npm which just throws a lot of errors.

Here is my index.js code:

image

Thanks in advance

COM7