lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

Issue upgrading #46

Closed MorayMySoc closed 11 months ago

MorayMySoc commented 11 months ago

I'm getting the error: Failed to find dependencies: JSON::Fast:ver<0.19>:auth<cpan:TIMOTIMO> when trying: zef upgrade App::Rak Doing: zef search JSON::Fast Doesn't show a version 0.19 of JSON::Fast rak --version rak - provided by App::Rak 0.2.17, running Raku 6.d with Rakudo 2022.12

lizmat commented 11 months ago

https://raku.land/cpan:TIMOTIMO/JSON::Fast shows JSON::Fast to be at 0.19 ?

MorayMySoc commented 11 months ago

Must be an issue with my setup. Will have to have a deeper look - just goes to 0.17 in my zef search

image

lizmat commented 11 months ago

What does zef install --verbose 'JSON::Fast:auth<cpan:TIMOTIMO>:ver<0.19>' say?

lizmat commented 11 months ago

Also perhaps: zef uninstall JSON::Fast and then try installing it again?

MorayMySoc commented 11 months ago

No candidates found matching identity: JSON::Fast:ver<0.19>:auth<cpan:TIMOTIMO> And it's installing 0.17 again. Must be an issue at my end.

MorayMySoc commented 11 months ago

This is an issue with something else and not sure what, so closing this issue. I downloaded JSON::Fast directly from https://raku.land/cpan:TIMOTIMO/JSON::Fast and installed from the download and the upgrade went fine.