firmata / firmata.js

JavaScript implementation of the Firmata protocol
710 stars 147 forks source link

Program doesn't start/run #269

Open CraftyUnknown opened 1 year ago

CraftyUnknown commented 1 year ago

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

kiki727 commented 7 months ago

COM7