-
Notifications
You must be signed in to change notification settings - Fork 130
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
npm run dev picks up IPV6 address and fails with listen EINVAL on Fedora #812
Comments
@sebastien Could you run this with the Also, do you have any idea what is different about your system that is causing IPv6 there? I'm also on a Linux system, so maybe I could try and reproduce this, which would make things easier to fix. |
I have the same issue on an earlier version of Fedora. I haven't had any luck getting a stack trace to appear by adding Are there other debugging options we could try? |
Was this fixed by #854? |
When using npm run dev -- --debug |
I'm having the same issue (also on Fedora 39). Here's the output from
|
This upstream node issue seems relevant |
I expect this has been fixed by #854; @elevenchars likely has a HOSTNAME environment variable set to an ipv6 address. |
I got the same problem with Fedora 39 with a brand new install; I can confirm that switching to |
My |
Fixed in #854. |
Hi, I'm facing the same issue on Fedora, getting the same error as @elevenchars. Can you help me understand how to get it to work? |
@alabhyajindal either run the code from github or wait for the next release (which we plan to do this week) |
On Fedora 39, running
npm run dev
on a freshly created blank project:where the argument is my laptop's IPv6 address instead of the IPv4.
Now trying to run
npm run observablepreview --host=localhost --port=8000
also leads to the same error.The text was updated successfully, but these errors were encountered: