camudo
Sometimes a weird error happens when deno is downloading dependencies
Hello! I have seen some people (including myself) encountering this error after updating deps in
deno.json
then running deno run
.
Import 'https://registry-staging.deno.com/@deno/cache-dir/meta.json' failed: error sending request for url (https://registry-staging.deno.com/@deno/cache-dir/meta.json): error trying to connect: dns error: Unknown host (os error 11001)
The error seem to go away if you try to run it a few times but... I dont really understand what is causing it. Do any of you guys know what could be happening?
Btw: I am not behind any corporate proxy or something like that.3 replies