Here is an example in which the only steps I have taken are to generate a brand new template, and try to run objd serve . index.dart:
Error: Error when reading '..dart': The system cannot find the file specified.
This is printed every time a change is detected. At no point is the datapack structure / files ever generated.
The same thing happens with objd run ..
I'm at a loss as to what to do - I'm trying to just create the most basic starter pack for learning, and I've spent the last hour trying to figure out how to make even the compiler work.
Here is an example in which the only steps I have taken are to generate a brand new template, and try to run
objd serve . index.dart
:This is printed every time a change is detected. At no point is the datapack structure / files ever generated.
The same thing happens with
objd run .
.I'm at a loss as to what to do - I'm trying to just create the most basic starter pack for learning, and I've spent the last hour trying to figure out how to make even the compiler work.