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

Error when enabling react:true #691

Closed
5 of 7 tasks
GollyJer opened this issue Mar 20, 2025 · 1 comment
Closed
5 of 7 tasks

Error when enabling react:true #691

GollyJer opened this issue Mar 20, 2025 · 1 comment

Comments

@GollyJer
Copy link

GollyJer commented Mar 20, 2025

Describe the bug

Fresh install with everything @latest...
When I enable react: true I get the following error when eslint loads.
Other options, like typescript: true and stylistic: true don't cause an error.

[Info  - 12:42:29 AM] ESLint server is starting.
[Info  - 12:42:29 AM] ESLint server running in node v20.18.1
[Info  - 12:42:29 AM] ESLint server is running.
[Info  - 12:42:30 AM] ESLint library loaded from: C:\Users\Jeremy\label-maker\node_modules\eslint\lib\api.js
(node:14300) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `Cursor --trace-warnings ...` to show where the warning was created)
[Info  - 12:42:30 AM] Server process exited successfully
[@antfu/eslint-config] Detected running in editor, some rules are disabled.
[Error - 12:42:32 AM] An unexpected error occurred:
[Error - 12:42:32 AM] SystemError [ERR_TTY_INIT_FAILED]: TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)
    at new WriteStream (node:tty:92:11)
    at file:///C:/Users/Jeremy/label-maker/node_modules/@clack/core/dist/index.mjs:9:2141
    at new Promise (<anonymous>)
    at fD.prompt (file:///C:/Users/Jeremy/label-maker/node_modules/@clack/core/dist/index.mjs:9:1924)
    at Module.ye (file:///C:/Users/Jeremy/label-maker/node_modules/@clack/prompts/dist/index.mjs:22:7)
    at ensurePackages (file:///C:/Users/Jeremy/label-maker/node_modules/@antfu/eslint-config/dist/index.js:161:26)
    at async react (file:///C:/Users/Jeremy/label-maker/node_modules/@antfu/eslint-config/dist/index.js:1263:3)
    at async Promise.all (index 15)
    at async file:///C:/Users/Jeremy/label-maker/node_modules/eslint-flat-config-utils/dist/index.mjs:165:25
    at async FlatConfigComposer.toConfigs (file:///C:/Users/Jeremy/label-maker/node_modules/eslint-flat-config-utils/dist/index.mjs:425:17)

Reproduction

export default antfu({ react: true })

System Info

System:
    OS: Windows 11 10.0.26100
    CPU: (16) x64 AMD Ryzen 9 PRO 7940HS w/ Radeon 780M Graphics
    Memory: 31.53 GB / 62.66 GB
  Binaries:
    Node: 22.14.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.22 - C:\Program Files\nodejs\yarn.CMD
    npm: 11.1.0 - C:\Program Files\nodejs\npm.CMD
    bun: 1.2.6 - ~\.bun\bin\bun.EXE

Used Package Manager

bun

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Contributions

  • I am willing to submit a PR to fix this issue
  • I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
@GollyJer
Copy link
Author

RTFM 👍

Image

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

No branches or pull requests

1 participant