When running make example we see this exception here:
$ make example
deno run --allow-all --no-check example.ts
Download https://cdn.esm.shchalk/
Download https://cdn.esm.shnode-fetch/
error: Uncaught SyntaxError: The requested module '/v66/concurrency-friends@5.2.0/deno/concurrency-friends.js' does not provide an export named 'Lock'
at <anonymous> (https://cdn.esm.sh/v66/earthstar@7.0.0/deno/earthstar.js:2:6714)
Makefile:8: recipe for target 'example' failed
make: *** [example] Error 1
When running
make example
we see this exception here: