Open lukeorland opened 8 years ago
Ok, I got things working by cloning this repo, then running
pub run grinder
Then this worked as expected:
dart example/blink.dart
However, I'm trying to include this firmata package as a dependency in the pubspec.yml for a project I'm building. The necessary files seem to be missing after pub get
installs firmata and its dependencies in my project.
My
main.dart
is exactly the first blink example at https://github.com/nfrancois/firmata#samplesThere's no
bin/install.sh
file as mentioned in https://github.com/nfrancois/firmata#installHere is the error:
I'm on Mac OS X.