Compiling a simple vibe.d project throws tis error :
/root/.dub/packages/vibe-d-0.8.6/vibe-d/utils/vibe/internal/memory_legacy.d(9,8): Error: module
std.exceptionimport
enforceExnot found, did you mean template
std.exception.enforce(E : Throwable = Exception) if (is(typeof(new E("", string.init, size_t.init)) : Throwable) || is(typeof(new E(string.init, size_t.init)) : Throwable))`
There is a github issue raised here .
However, I am not compiling with botan. My dub.json is :
dub.json
{
"authors": [
"Seany"
],
"copyright": "Copyright © 2021, Seany",
"dependencies": {
"vibe-d": "~>0.8.0",
},
"description": "Econsor data receive",
"license": "proprietary",
"name": "rawdatareceiver"
}
Is there any way, I can avoid this error?