Open metadatadriven opened 2 days ago
Ok, so the cause seems to be that docker was not running!.. when I run Docker Desktop then the hof gen ./examples
command runs without error and the ./output
directory is created as expected.
Suggest adding Docker dependency to the documentation, also a clearer error message would definitely help:)
The installation page has a subline about the requirements, though these could be called out better (https://docs.hofstadter.io/install/)
I agree that error message is not helpful.
What version of
hof
are you using (hof version
)?What did you do?
Installed hof on Windows 10 WSL2 following source install instructions
Then follow the walkthrough steps up to the Generate the code step
What happened?
Executing the
hof gen
command resulted in an errorIt does not look like the command actually ran - there was no
./output
directory created.The error message does not contain any meaningful information that I can use to debug and track down where the problem is.
What did you expect to see?
Expect that either the
hof gen
command should work, or the error message should describe the problem so that the error can be fixed.