Fresh - Error while running deno run on the built _fresh directory
Hi, I installed the latest version of Deno yesterday on Manjaro using the install.sh script. I then created a fresh (haha) fresh project. I noticed that the
Then I used the
Is it an expected behaviour ?
cli task was not happy because it uses the --unstable flag which is not valid anymore.Then I used the
build task that successfully created a _fresh folder, but when I tried deno run -A _fresh/main.js I got the following error : Is it an expected behaviour ?
