Skip to content

Instantly share code, notes, and snippets.

@chrisabrams
Created November 11, 2012 21:31
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 chrisabrams/4056335 to your computer and use it in GitHub Desktop.
Save chrisabrams/4056335 to your computer and use it in GitHub Desktop.
Cannot deploy to Nodejitsu
jahopc:naka.ma abrams$ jitsu deploy
info: Welcome to Nodejitsu chrisabrams
info: jitsu v0.11.3, node v0.8.1
info: It worked if it ends with Nodejitsu ok
info: Executing command 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 /Users/abrams/Web/naka.ma/package.json
data:
data: {
data: domains: [ 'naka.ma' ],
data: dependencies: {
data: underscore: '1.4.2',
data: express: '3.0.0rc5',
data: hbs: '1.0.5'
data: },
data: description: 'photo sharing',
data: authors: [ 'Chris Abrams <mail@chrisabrams.com>' ],
data: homepage: '',
data: devDependencies: {
data: css-brunch: '>= 1.0 < 1.5',
data: uglify-js-brunch: '>= 1.0 < 1.5',
data: handlebars-brunch: '>= 1.0 < 1.5',
data: sinon-chai: '2.1.2',
data: clean-css-brunch: '>= 1.0 < 1.5',
data: brunch: 'latest',
data: javascript-brunch: '>= 1.0 < 1.5',
data: sinon: '1.4.2',
data: coffee-script-brunch: '>= 1.0 < 1.5',
data: stylus-brunch: '>= 1.0 < 1.5',
data: chai: '1.2.0'
data: },
data: version: '0.0.1-16',
data: subdomain: 'nakama',
data: repository: { url: '', type: 'git' },
data: scripts: { start: 'node server.js' },
data: name: 'nakama',
data: engines: { node: 'v0.8.x' }
data: }
data:
prompt: Is this ok?: yes
/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:367
callback(null, result.length===0);
^
TypeError: object is not a function
at prompt.confirm (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:367:5)
at _reject (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/utile/node_modules/async/lib/async.js:262:13)
at async.forEachSeries.iterate (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/utile/node_modules/async/lib/async.js:116:25)
at _reject (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/utile/node_modules/async/lib/async.js:259:17)
at prompt.confirm (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:362:7)
at prompt.get (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/lib/prompt.js:317:32)
at async.forEachSeries.iterate (/opt/node/lib/node_modules/jitsu/node_modules/flatiron/node_modules/prompt/node_modules/utile/node_modules/async/lib/asynjahopc:naka.ma abrams$
@kfrancoi
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment