I'm using https://deno.land/x/[email protected]/ and I get the following error:
Warning Implicitly using latest version (0.182.0) for https://deno.land/std/encoding/_yaml/loader/loader.ts
error: Module not found "https://deno.land/std/encoding/_yaml/loader/loader.ts".
I added scopes to deno.config, but doesn't seems to work:
"scopes": {
"https://deno.land/x/markdown": {
"https://deno.land/std/": "https://deno.land/[email protected]/"
}
}
Am I doing something wrong here?