Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant