MariusVatasoiuM
Denoβ€’3y agoβ€’
6 replies
MariusVatasoiu

Issue using scopes to change a version

I'm using https://deno.land/x/markdown@v2.0.0/ 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/std@0.179.0/"
    }
}


Am I doing something wrong here?
Was this page helpful?