Cannot run Nitro project
I have created a new Nitro project using
deno run -A npm:giget@latest nitro nitro-app --install
. It was successfull but after trying deno run dev
I get an error saying:
Is there any fix for that or is it a bug in Deno itself?5 Replies
Which version of Deno are you using?
2.0.4
Does the problem persist if you run with canary (
deno upgrade canary
)?
We fixed a couple issues related to stat in the past few days
If not, I'd appreciate an issue on GH, we'll look into it promptlyThe problem persists even in canary. I will submit it on the GitHub. Thanks
Thank you!