When I run the command "node ." nothing happens. No error messages.
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.
When I run the command "node ." nothing happens. No error messages.
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:
Thanks in advance