Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not starting with Deno 2.0.6 #2878

Open
zenwork opened this issue Nov 13, 2024 · 0 comments
Open

not starting with Deno 2.0.6 #2878

zenwork opened this issue Nov 13, 2024 · 0 comments

Comments

@zenwork
Copy link

zenwork commented Nov 13, 2024

Environment

I am running on MacBook Pro with Deno 2.0.6

Reproduction

I followed the guide to run with Deno.

Did this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants