Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jmar777
Created September 4, 2012 17:43
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 jmar777/00edba062d3f1e9c23c6 to your computer and use it in GitHub Desktop.
Save jmar777/00edba062d3f1e9c23c6 to your computer and use it in GitHub Desktop.
Error with jitsu login
$ jitsu login
info: Welcome to Nodejitsu
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command login
info: Welcome to Nodejitsu
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command login
readline.js:98
var winSize = output.getWindowSize();
^
TypeError: Object #<MuteStream> has no method 'getWindowSize'
at new Interface (readline.js:98:26)
at Object.createInterface (readline.js:38:10)
at read (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/read/lib/read.js:28:23)
at EventEmitter.getInput (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:465:3)
at get (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:322:12)
at /usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:281:7
at /usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/utile/node_modules/async/lib/async.js:108:13
at Object.forEachSeries (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/utile/node_modules/async/lib/async.js:124:9)
at iterate (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment