Nomad-pack registry list issue

Hello, I’m looking into nomad-pack however, when I tried the registry list command, I get this error:

No registries present in the cache.

Is it due to incorrect installation? (I downloaded the binary in this case.) How can I possibly resolve this issue?

So, I tried the installation method from the Introduction to Nomad Pack documentation instead. I also encountered an issue on building the executable because I didn’t know that golang is a pre-requisite here. Unfortunately, I still got the same error No registries present in the cache after the installation.

I just encountered the same problem but solved it with:

nomad-pack registry add default https://github.com/hashicorp/nomad-pack-community-registry/

If you name it something other than default, you’ll need to specify --registry= on any run commands.

For example:

nomad-pack registry add community https://github.com/hashicorp/nomad-pack-community-registry/
nomad-pack run --registry=community wordpress