DUB error with package ddn-data-xml

Dejan Lekic dejan.lekic at gmail.com
Mon May 4 10:04:52 UTC 2026


On Saturday, 2 May 2026 at 16:21:22 UTC, torhu wrote:
> I'm not sure if this is a dub issue, a code.dlang.org issue or 
> if the zip file is broken. I also tried version 1.1.2 of the 
> package, same error.

Until this problem is resolved somehow, workaround is to download 
the ZIP packages to $HOME/dub-packages for an example and then 
have .dub/settings.json file with:

```json
{
     "registryUrls": ["file:///home/dejan/dub-packages", 
"https://code.dlang.org"]
}
```

(Instead of `dejan` put your real user-name, ofc)



More information about the Digitalmars-d mailing list