-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Create svelte latest command not working #8595
Comments
What terminal are you using? Searching for that error message turned up this question on SO https://stackoverflow.com/questions/75750730 |
I got the same error in Windows but it worked when I ran cmd as administrator outside vs code. |
Was using Git Bash on windows, It worked on |
Closing since it's now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When i try to run the command npm create svelte@latest my-app i getting below error
create-svelte version 4.2.0
T Welcome to SvelteKit!
node:internal/errors:464
ErrorCaptureStackTrace(err);
^
SystemError [ERR_TTY_INIT_FAILED]: TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)
Reproduction
create-svelte version 4.2.0
T Welcome to SvelteKit!
node:internal/errors:464
ErrorCaptureStackTrace(err);
^
SystemError [ERR_TTY_INIT_FAILED]: TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)
Logs
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: