You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
andstylistic: true
don't cause an error.Reproduction
export default antfu({ react: true })
System Info
Used Package Manager
bun
Validations
Contributions
The text was updated successfully, but these errors were encountered: