`Uncaught TypeError: callback is not a function` On clean Fresh init project
I've just initialised a new Fresh project with
deno run -Ar jsr:@fresh/init
. I have made no changes to the newly initialised project yet. upon running deno task dev
I see the following output:
These files seem to be core to Deno itself, they aren't included in my source as far as I can tell.1 Reply
This maybe an outdated Deno cache, try this first inside the example app:
Otherwise I use example Fresh apps constantly and they all work (until I break them on purpose).