Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Building with fornax has error "couldn't find or load config" #3

Closed
ninjarobot opened this issue Jun 12, 2020 · 1 comment
Closed

Comments

@ninjarobot
Copy link
Member

The binaries from the fornax _lib directory aren't checked into source control, so after a fresh clone, there will be a confusing error that fornax "couldn't find or load config." This really occurs because of the missing _lib directory and contents and is explained in this fornax issue. The easiest way to get these is to create a new project with fornax and copy in the _lib directory.

mkdir temporary && cd temporary && dotnet tool run fornax new && cp -r _lib ../ && cd - && rm -r temporary
@ninjarobot
Copy link
Member Author

Fixed by a206495

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant