Closed paulous closed 1 year ago
Hi. Map v9 requires the latest Motoko Compiler (v0.9.8) https://github.com/dfinity/motoko/releases/tag/0.9.8
If you are using vessel, use the next config
{
dependencies = [
...
],
compiler = Some "0.9.8",
}
And then deploy with
DFX_MOC_PATH=$(vessel bin)/moc dfx deploy
Ok thanks! I am using dfx 0.14.4 . I am just experimenting with stuff and not too deep into it, so I guess I will have to wait until the motoko compiler is updated maybe.
I am getting this error after updating: Stderr:
thanks!