0

in this interface.prompt the word must writer don't come at Cmder ! i don't know what i'm missing

  • Welcome to stackoverflow. Consider reading this article on [how to ask a good question](https://stackoverflow.com/help/how-to-ask). You will need to provide actual code samples (not screenshots) in order for someone to help you. – jtate Feb 22 '19 at 15:38

1 Answers1

0

From Node.js docs:

"If the readline.Interface was created with output set to null or undefined the prompt is not written."

And I see a typo in your interface configuration..look at it! (Hint: how do you spell output?)

MatteoPHRE
  • 358
  • 4
  • 10