ficsit-cli
ficsit-cli copied to clipboard
Fails to install Refined_Power due to an error with "v1.0.0" as a version comparator
What happened?
Full error text is
failed to resolve lockfile: could not resolve mods: failed resolving profile dependencies: failed to solve dependencies: failed to make decision: failed to get package versions: failed to parse constraint v1.0.0: failed to de-sugar range : invalid comparator string: v1.0.0
... and the same mod installs fine via SMM.
Currently digging to figure out where that string is appearing, exactly.
Version
0.6.0
What OS are you seeing the problem on?
Linux
What architecture are you seeing the problem on?
amd64
Relevant log output
Any extra info:
No response
It looks like "v1.0.0" doesn't actually appear in the installed mod, so I'm not sure where this is coming from?
Mod semantic versions are stored in their uplugin file
https://github.com/satisfactorymodding/ficsit-cli/pull/73 would probably fix this
I just tested, #73 does fix this