I have a new nimble project. In the .nimble file I have the following require.
requires "karax >= 1.3.2"
When I attempt to nimble install I get the following error during the karax installation.
Error: Downloaded package's version does not satisfy requested version range: wanted >= 1.3.2 got -1
I have tried various older versions but the resulting error differs in the wanted but is otherwise the same.
Two question.
The mismatch was not the cause of the issue. It manifested also given the version == 1.3.1.
I used atlas but found it complicated beyond what I wanted to learn in the moment.
Instead I deleted ~/.nimble and re-ran nimble install to resolve the issue.