How is child_process.exec(‘powershell “$userInput = Read-Host;”‘) handled in node.js?
I am experimenting with the code below, for testing how does child_process.exec() in node.js handle standard input from user.
How is childprocess.exec(‘powershell “$userInput = Read-Host;”‘) handled in node.js?
I am experimenting with the code below, for testing how does childprocess.exec() in node.js handle standard input from user.