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
deno run -A npm:giget@latest nitro nitro-app --install
cd nitro-app
deno run dev
Describe the bug
The server is crashing on startup
output:
❯ deno run dev
Task dev nitro dev
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'pathname')
at getPathname (ext:deno_node/_fs/_fs_stat.ts:177:49)
at ext:deno_node/_fs/_fs_stat.ts:151:13
at eventLoopTick (ext:core/01_core.js:175:7)
the same install works fine if I run with node
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
I am running on MacBook Pro with Deno 2.0.6
Reproduction
I followed the guide to run with Deno.
Did this:
Describe the bug
The server is crashing on startup
output:
the same install works fine if I run with node
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: