Skip to content

Instantly share code, notes, and snippets.

@russelh15
Created September 10, 2012 03:40
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 russelh15/3688723 to your computer and use it in GitHub Desktop.
Save russelh15/3688723 to your computer and use it in GitHub Desktop.
Jitsu Deploy Error
info: Welcome to Nodejitsu russelh15
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/russelhosein/Sites/Cruizin/package.json
warn: Using '*' as a version for dependencies may eventually cause issues
warn: Use specific versions for dependencies to avoid future problems
warn: See: http://package.json.jit.su for more information
data:
data: {
data: scripts: { start: 'node app.js' },
data: private: true,
data: subdomain: 'cruizin',
data: name: 'Cruizin',
data: engines: { node: '>=0.6.x' },
data: version: '0.0.1-13',
data: dependencies: {
data: express: '3.0.x',
data: now: '*0.8.x',
data: jade: '*',
data: mongoose: '*'
data: }
data: }
data:
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/lib/prompt.js:280:11)
at EventEmitter.get (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:321:3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment