-
Notifications
You must be signed in to change notification settings - Fork 49
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
Config file is not read properly when it's first created #87
Labels
bug
Something doesn't work as expected
Comments
Yes this is a known bug. The problem is that when it first creates the config file it doesn't read it properly |
theRookieCoder
changed the title
Running "ferium list" with no mods installed shows an error.
Config file is not read properly when it's first created
May 19, 2022
theRookieCoder
added
priority
I'm working on it, or will be soon
and removed
priority
I'm working on it, or will be soon
labels
May 23, 2022
I ran into a similar instance, with a new ferium install:
|
6 tasks
I managed to replicate the bug in this playground |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the
ferium list
command before any mods are installed shows the error:EOF while parsing a value at line 1 column 0
Maybe this could show a message like
There are 0 mods installed! Type <command> to get started!
EDIT: Very strange, the SECOND time I run this command, it shows a nice message! "There are no profiles configured. Add a profile to your config using
ferium profile create
".The text was updated successfully, but these errors were encountered: