Closed hiteshjasani closed 4 years ago
I wouldn't be surprised if there never were any tags. I don't even see any commits which explicitly state "Version 1.1.0" in the Nimble file's history: https://github.com/pragmagic/karax/commits/master/karax.nimble.
@Araq can we tag the latest version at least?
It's still worth it to tag this repository so people can see the release in nimble but my issue with karax failing to install is no longer a problem. The resolution was to create separate nimble files for the server and client js pages in a web application.
I'll tag it really soon now, I promise!
Sorry this took so long. Now done.
Did someone delete all the git tags from the repository on purpose? I have
1.1.0
installed on my laptop but am unable to find that version (or any version for that matter) on nimble. The impact on me is that I'm getting a build failure in a Github Action while it's trying to install karax.on laptop:
Searching nimble:
If I put a dependency on a specific commit of karax, then I get this error on my laptop:
If I remove the specific git commit hash, then it installs karax fine on my laptop. But that could be because it already had version 1.1.0 installed from before. With or without the git commit hash, karax fails to install on the Github Action build server.