Lukas

Results 2 comments of Lukas

I had the same problem and found this issue. After playing around a bit with the sample code, I got it partially working with the following code. ```javascript process.stdin.removeAllListeners(); process.stdin.on('data',...

@SBoudrias You can use the code @Anmours posted above. If you execute the script, it will ask for your name and exit afterward. If you remove the `const text =...