Cannot add a newly registered package

Hi there,

I am trying to add a newly registered package to a project.

After ] add LocalDiskObjectStores I get the following error:

ERROR: The following package names could not be resolved:
 * LocalDiskObjectStores (not found in project, manifest or registry)
Please specify by known `name=uuid`.

I can ] add https://github.com/JockLawrie/LocalDiskObjectStores.jl and use it without any problems on Julia 1.0.2.
Any ideas why I get the error?

I think the registry (where the version of all packages are recorded) is having some technical difficulties. It should likely be working and syncing properly at some point tomorrow.

Ah ok no worries.
Thanks for the quick response.