Simon Boudrias
Simon Boudrias
I answered this over this other thread - please refrain from sharing misinformation out of frustration... This isn't helpful for anyone. If you want to use `ts-node` with esm, you...
Since the ESM migration was done, I'll close this ticket. But I've opened this one here https://github.com/SBoudrias/Inquirer.js/issues/1159 to offer a common.js build output too. Help welcome on this task.
This is effectively not intended.
I'd suggest 2 improvements: 1. While I agree instructions would be useful, I disagree it should appear before Inquirer documentation itself. Let's move this block towards the bottom. 2. Where...
I would assume nodemon is wrapping the module in some way that might prevent us from correctly handling the node readline.
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...
what is `versions` here? Any chance one of the value in the array is `undefined`?
@dddom you can just do `choices.filter(Boolean)` to remove the falsy value from your array.
Happy to get some help from developers using windows. Many bugs are in the Node core for their readline implementation. Bumping to newer Node version can help.