-
Notifications
You must be signed in to change notification settings - Fork 65
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
Unable to run a generated project, "Error: spawn EBADF" #548
Comments
I also made the same mistake, How to solve this problem? |
The current temporary solution I found is to disable devtools, until this bug is fixed. |
Thanks @ducmanhdev , Toggling devtools off and then back on worked perfectly for me as a temporary fix. |
You saved my day, I have been on it all night. |
I ran into the issue with Node 18/20/22. If you need further details, just ask me what you need and I'll provide them. Switching off dev tools in the |
@ducmanhdev Disabling Devtools worked for me, Thank you :) |
Crossref nuxt/nuxt#29744 (comment) I have released a hotfix for unstorage that downgrades chokidar until investigating root cause better. (thanks for @danielroe to investigate) Please recreate your lockfile and see if it solves issue (for me locally on MacOS it solved) |
Works for me now after running again
I think that can be closed with the chokidar hotfix in unjs/unstorage#502 |
I followed the basic guide on the Nuxt website:
npx nuxi init landingpage
After changing into the generated directory, running
npm run dev
fails with:The dev webserver just returns:
My environment: Node v20.18.0 and macOS Version 15.0.1 (24A348)
I have no idea what goes wrong. Maybe something at the CLI after it created the directory and initialized the files?
The text was updated successfully, but these errors were encountered: