Sublime Forum

[bug]TypeError: Object #<Object> has no method 'split'

#1

I open the SublimeREPL Node, then throw this exception:

[code]node.js:201
throw e; // process.nextTick error, or ‘error’ event on first tick
^
TypeError: Object # has no method ‘split’
at Interface.setPrompt (readline.js:121:24)
at new REPLServer (repl.js:128:7)
at Object.start (repl.js:251:14)
at /Users/lintide/Library/Application Support/Sublime Text 2/Packages/SublimeREPL/config/NodeJS/repl.js:5:10
at Object. (/Users/lintide/Library/Application Support/Sublime Text 2/Packages/SublimeREPL/config/NodeJS/repl.js:13:2)
at Module._compile (module.js:432:26)
at Object…js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:470:10)

Repl Closed[/code]

0 Likes

#2

update Node to v0.8.8

0 Likes