Inquirer.js
Inquirer.js copied to clipboard
Password field not masked when run in nodemon?
Not sure if this should be directed at nodemon, or perhaps it's even considered a debugging feature, but the password field is not masked when running inside nodemon.
Actually had the same problem with flatiron/prompt so maybe the issue is related?
I would assume nodemon is wrapping the module in some way that might prevent us from correctly handling the node readline.
Looks like the issue is still reproducible while using nodemon.