carlos-penton / verdaccio-offline-storage

Local package cache as first class citizen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty package list with Verdaccio v5.24.1

sharky98 opened this issue · comments

Hello,

Using Verdaccio v5.24.1, the package list is empty (including my previous private packages).

I am using an object configuration with the following values:

{
  [other config],
  store: {
    "offline-storage": ""
  },
}