Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. repl:61
  2. self.stream.write(self.buffered_cmd.length ? '... ' : self.prompt);
  3. ^
  4. TypeError: Object [object Object] has no method 'write'
  5. at REPLServer.displayPrompt (repl:61:15)
  6. at new REPLServer (repl:49:8)
  7. at Object.start (repl:56:10)
  8. at Object.<anonymous> (/usr/share/nodejs/node-repl:11:17)
  9. at Module._compile (module:384:23)
  10. at Module._loadScriptSync (module:393:16)
  11. at Module.loadSync (module:296:10)
  12. at Object.runMain (module:459:22)
  13. at node.js:196:8
Add Comment
Please, Sign In to add comment