fresh-with-signals icon indicating copy to clipboard operation
fresh-with-signals copied to clipboard

Module not downloaded yet

Open kewp opened this issue 10 months ago • 2 comments

Trying to run this and getting the following error:

An error occurred during route handling or page rendering. Error: Build failed with 1 error:
error: Module not downloaded yet.
    at failureErrorWithLog (https://deno.land/x/[email protected]/mod.js:1601:15)
    at https://deno.land/x/[email protected]/mod.js:1243:28
    at runOnEndCallbacks (https://deno.land/x/[email protected]/mod.js:1023:63)
    at buildResponseToResult (https://deno.land/x/[email protected]/mod.js:1241:7)
    at https://deno.land/x/[email protected]/mod.js:1354:14
    at https://deno.land/x/[email protected]/mod.js:655:9
    at handleIncomingPacket (https://deno.land/x/[email protected]/mod.js:752:9)
    at readFromStdout (https://deno.land/x/[email protected]/mod.js:621:7)
    at https://deno.land/x/[email protected]/mod.js:1880:11
    at eventLoopTick (ext:core/01_core.js:183:11) {
  errors: [
    {
      detail: Error: Module not downloaded yet.
    at loadFromCLI (https://deno.land/x/[email protected]/src/native_loader.ts:56:28)
    at eventLoopTick (ext:core/01_core.js:183:11)
    at async load (https://deno.land/x/[email protected]/src/native_loader.ts:18:14)
    at async callback (https://deno.land/x/[email protected]/mod.js:970:28)
    at async handleRequest (https://deno.land/x/[email protected]/mod.js:698:30),
      id: "",
      location: null,
      notes: [],
      pluginName: "deno",
      text: "Module not downloaded yet."
    }
  ],
  warnings: []
}
> deno --version
deno 1.36.4 (release, aarch64-apple-darwin)
v8 11.6.189.12
typescript 5.1.6

I saw someone mentioned in Discord it's because Deno is not compatible with Fresh? But that message was in April.

kewp avatar Sep 13 '23 10:09 kewp