estilo icon indicating copy to clipboard operation
estilo copied to clipboard

Update dnt to solve library resolution issue

Open tobil4sk opened this issue 1 year ago • 0 comments

Current version was causing this error:

Download https://registry-staging.deno.com/@std/path/meta.json
WARN Failed fetching https://registry-staging.deno.com/@std/path/meta.json. Retrying in 250ms...
WARN Failed fetching https://registry-staging.deno.com/@std/path/meta.json. Retrying in 500ms...
WARN Failed fetching https://registry-staging.deno.com/@std/path/meta.json. Retrying in 1000ms...
panicked at wasm\src\lib.rs:24:1:
unexpected exception: JsValue(TypeError: client error (Connect)
TypeError: client error (Connect)
    at async mainFetch (ext:deno_fetch/26_fetch.js:170:12)
    at async fetch (ext:deno_fetch/26_fetch.js:391:7)
    at async fetchWithRetries (https://deno.land/x/[email protected]/file_fetcher.ts:280:19)
    at async FileFetcher.#fetchRemote (https://deno.land/x/[email protected]/file_fetcher.ts:209:22)
    at async FileFetcher.fetch (https://deno.land/x/[email protected]/file_fetcher.ts:261:24))

See:

  • https://github.com/denoland/dnt/issues/378
  • https://github.com/denoland/dnt/releases/tag/0.41.0

tobil4sk avatar Aug 15 '24 16:08 tobil4sk