You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: