-
Notifications
You must be signed in to change notification settings - Fork 42
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
ENXIO: no such device or address, open '/dev/tty' - Mac #46
Comments
i have this one pretty the same. node:internal/fs/utils:348 Error: ENXIO: no such device or address, open '/dev/tty' Node.js v18.10.0 |
I just ran into the same issue as well — Was anyone able to resolve this? |
I'm also having the same problem. Trying to create I/O tests on Replit and I'm getting the following error message: Error: ENXIO: no such device or address, open '/dev/tty' |
Putting down a marker here if anyone encounters this on non-interactive environments, which in my case i was accidentally running a build script that prompted for user input in my aws CodeBuild project. This likely arises when using the library in such environment and it dies because there is nothing to prompt. Update your script to ignore the prompt call in a non-interactive environment. |
Using default/blank config
When calling prompt() -> Uncaught Exception ENXIO: no such device or address, open '/dev/tty' - Mac
macOS Big Sur (11.4)
node v14.15.4
The text was updated successfully, but these errors were encountered: