You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: