aa0
Results
2
comments of
aa0
I fixed this by adding ``` if (process.stdin.isTTY) { process.stdin.setRawMode(true) process.stdin.setEncoding('utf8') process.stdin.resume() } ``` At the start of the `sayHello.js` file, the code no longer pauses when ran
I ran into the same issue on Linux with the same config posted above. Python `3.10.8`, pip `22.3.1` ``` Traceback (most recent call last): File "/home/aa0/.local/bin/chessli", line 8, in sys.exit(app())...