I had the same problem just now... on  Win8.1 with
- DMD32 D Compiler v2.066.0
- DUB version 0.9.21

The workaround is to manually update the "dub.json" file of your project, which was written from "dub init", to the latest vibe-d info on "http://code.dlang.org/packages/vibe-d";, so


"dependencies": {
                "vibe-d": ">=0.7.21-beta.1"
        },

Regards
 Anton Oks


On Monday, 7 July 2014 at 17:00:30 UTC, Nordlöw wrote:

I got things to work after some cleanups of the DUB installations. I don't know exactly how...but no things work :)

Reply via email to