Keyboard Inputs not working
Hi there,
When using Inquirer in our project, for whatever reason, the keyboard inputs do not work. It instead prints out what keys are being clicked as such:

We are using esbuild to create a script that uses Inquirer and we have tried to use the branch that uses esm as well but we cannot pinpoint why this is happening. Any guidance is would be greatly appreciated. Thanks!
This is unlikely to be related to ESM or commonjs module type.
Any chance there is multiple opened readline at the same time? Or maybe multiple processes acting on the stdout/in? At first look, this seems like conflicting processes rather than an issue internal to Inquirer.
I also have this issue, I have a feeling it may be caused by zsh or zshautocomplete.
Infact - update on this, problem was caused by nodemon, ran normally and it was fine.