I got the following message when I uploaded a deno module to https://deno.land/x/ after following all the steps:
No uploaded versions
This module name has been reserved for a repository, but no versions have been uploaded yet. Modules that do not upload a version within 30 days of registration will be removed.
How do I upload a version?
Top comments (2)
you just have to create a version in github so that it does deno detect the published version
I have experienced this with publishing my deno modules. It's a problem on their end where their frontend isn't fully syncing with the db, it usually shows the module after a day or so.