Created
November 11, 2012 21:31
-
-
Save chrisabrams/4056335 to your computer and use it in GitHub Desktop.
Cannot deploy to Nodejitsu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>' ], | |
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$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1