Unable to poll for events using crossterm when spawned as a NodeJS child process: “Failed to initialize input reader”
I want to start a Rust terminal user interface I’ve made using crossterm which needs to handle keyboard input as a NodeJS child process. This works fine when I directly run the Rust program, but results in the runtime error “Failed to initialize input reader” when spawned as a child process from Node.