Skip to content

Instantly share code, notes, and snippets.

@richtera
Created June 23, 2013 14:13
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 richtera/5845154 to your computer and use it in GitHub Desktop.
Save richtera/5845154 to your computer and use it in GitHub Desktop.
Output from failed deploy
info: Welcome to Nodejitsu richtera
info: jitsu v0.12.11, node v0.8.20
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/andy/calipso/package.json
data:
data: {
data: description: 'A NodeJS CMS',
data: bin: { calipso: './bin/calipso' },
data: author: 'Clifton Cunningham <clifton.cunningham@gmail.com> (cliftoncunningham.co.uk)',
data: homepage: 'http://calip.so',
data: engines: { node: '>=0.6||>=0.8' },
data: name: 'calipso',
data: devDependencies: { mocha: '~1.4.2', should: '~1.1.0' },
data: scripts: {
data: start: 'node app.js',
data: install: 'bash ./bin/install.sh',
data: test: 'NODE_ENV=mocha ./node_modules/.bin/mocha --reporter spec -t 5000 -s 500'
data: },
data: optionalDependencies: { bcrypt: '0.7.x', imagemagick: '0.1.x' },
data: version: '0.3.20-1',
data: repository: { type: 'git', url: 'git://github.com/cliftonc/calipso.git' },
data: directories: {
data: themes: './themes',
data: support: './support',
data: conf: './conf',
data: lib: './lib',
data: tests: './tests',
data: modules: './modules',
data: utils: './utils'
data: },
data: subdomain: 'calipso',
data: dependencies: {
data: connect-form: '0.2.x',
data: qs: '0.4.x',
data: mailer: '~0.6.4',
data: winston: '0.5.x',
data: connect: '2.3.x',
data: pool: '0.4.x',
data: mime: '1.2.x',
data: step: '0.0.x',
data: optimist: '0.3.x',
data: connect-mongodb: '1.1.x',
data: ejs: '0.6.x',
data: underscore: '1.3.x',
data: knox: '0.0.x',
data: colors: '0.6.x',
data: formidable: '1.0.x',
data: semver: '1.0.x',
data: adm-zip: '0.1.x',
data: async: '0.1.x',
data: nconf: '0.6.x',
data: sanitizer: '0.0.15',
data: node-xml: '1.0.x',
data: jade: '0.27.x',
data: everyauth: '0.3.x',
data: rimraf: '2.0.x',
data: mongodb: '0.9.x',
data: express: '3.0.x',
data: mongoose: '2.5.x',
data: stylus: '0.28.x',
data: request: '2.9.x',
data: hook.io: '0.8.x'
data: }
data: }
data:
prompt: Is this ok?: (yes)
error: Error running command deploy
error: EISDIR, read
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment