Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created December 2, 2012 20:49
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 yyolk/b44b2e87e34e3672c547 to your computer and use it in GitHub Desktop.
Save yyolk/b44b2e87e34e3672c547 to your computer and use it in GitHub Desktop.
errors
yolk at undertone in ~/code/node/pancake
$ jitsu apps deploy
info: Welcome to Nodejitsu yolk
info: jitsu v0.11.3, node v0.6.0
info: It worked if it ends with Nodejitsu ok
info: Executing command apps deploy
info: Analyzing application dependencies in node server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Volumes/underfabric/Google Drive/code/node/pancake/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: engines: { node: '>= 0.8.x', npm: '1.1.x' },
data: repository: { type: 'git', url: 'git://github.com/yyolk/pancake.git' },
data: description: 'Git repo for pancake',
data: devDependencies: {},
data: name: 'pancake',
data: version: '0.0.0-21',
data: domains: [ 'yolk.cc', 'www.yolk.cc' ],
data: author: 'Joseph YOLK Chiocchi <joe@yolk.cc> (http://yolk.cc)',
data: private: true,
data: homepage: 'http://yolk.cc',
data: subdomain: 'pancake',
data: dependencies: {
data: highlight.js: '7',
data: express-params: '*',
data: ffi: '1',
data: marked: '0',
data: express: '3',
data: gravatar: '1',
data: ref-struct: '0',
data: debug: '*',
data: strftime: '0',
data: jade: '0',
data: ref-array: '0',
data: ref: '0',
data: lru-cache: '~2.1.0',
data: mime: '~1.2.7'
data: },
data: scripts: { start: 'node server.js' }
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/share/npm/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/read/lib/read.js:28:23)
at EventEmitter.getInput (/usr/local/share/npm/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:482:3)
at get (/usr/local/share/npm/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:322:12)
at /usr/local/share/npm/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:281:7
at /usr/local/share/npm/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/share/npm/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/share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment