Skip to content

Instantly share code, notes, and snippets.

@mranney
Created March 12, 2012 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mranney/2023958 to your computer and use it in GitHub Desktop.
Save mranney/2023958 to your computer and use it in GitHub Desktop.
assert.js:104
throw new assert.AssertionError({
^
AssertionError: stdin must be initialized before calling setRawMode
at Object.setRawMode (tty.js:37:10)
at new Interface (readline.js:89:9)
at Object.createInterface (readline.js:38:10)
at new REPLServer (repl.js:114:16)
at Object.start (repl.js:251:14)
at Server.repl_onrequest (/root/repltest.js:3:21)
at Server.emit (events.js:67:17)
at Pipe.onconnection (net.js:852:8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment