I tried deps-try amazonica "0.3.165" which results in an error Could not find path '***/amazonica'
I should have tried deps-try amazonica/amazonica "0.3.165" instead, and then things work as expected.
This might not be obvious for new users. I also had to think for a bit. And this would also not be obvious by reading the README of Amazonica where it is still [amazonica "0.3.165"].
When there is no namespace maybe if the directory doesn't exist (in this case amazonica), deps-try could try to resolve it as a dependency?
(*) tested with version deps-try-dev v0.8.0
I tried
deps-try amazonica "0.3.165"which results in an errorCould not find path '***/amazonica'I should have tried
deps-try amazonica/amazonica "0.3.165"instead, and then things work as expected.This might not be obvious for new users. I also had to think for a bit. And this would also not be obvious by reading the README of Amazonica where it is still
[amazonica "0.3.165"].When there is no namespace maybe if the directory doesn't exist (in this case
amazonica),deps-trycould try to resolve it as a dependency?(*) tested with version deps-try-dev v0.8.0