DEV Community

Panda Quests
Panda Quests

Posted on

How do I set the version for a deno module?

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.

Alt Text

How do I upload a version?

Top comments (2)

Collapse
 
buttercubz profile image
Erick Sosa Garcia

you just have to create a version in github so that it does deno detect the published version

Collapse
 
shadowtime2000 profile image
shadowtime2000

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.