There are two problems with the fresh template (deno run -A -r https://fresh.deno.dev)
It is not updated for Deno 2.0. The nodeModulesDir option should be set to auto and not true.
The start task does not include the components and islands directories for the watch option, even tho those two are fundamental parts of a fresh program.
There are two problems with the fresh template (
deno run -A -r https://fresh.deno.dev
)It is not updated for Deno 2.0. The
nodeModulesDir
option should be set toauto
and nottrue
.The
start
task does not include the components and islands directories for thewatch
option, even tho those two are fundamental parts of a fresh program.