denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.18k stars 623 forks source link

Fresh install from the docs throws errors. #2350

Closed remainstheday closed 6 months ago

remainstheday commented 6 months ago

After running the initial commands I received the console error shown in the image below. https://fresh.deno.dev/docs/getting-started/create-a-project

CleanShot 2024-03-07 at 19 05 33@2x

marvinhagemeister commented 6 months ago

What version of Deno are you using? Are you on latest? Looking at the trace I'd assume that the Deno version installed on your machine is a bit old.

marvinhagemeister commented 6 months ago

I'm assuming that this is resolved as we haven't heard back. It's very likely that the error was thrown because the Deno version was too old, because otherwise we'd be using Deno.serve in Fresh.