Skip to content

Instantly share code, notes, and snippets.

@jsoverson
Created December 2, 2013 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 jsoverson/a93c00bf6fbe367ded58 to your computer and use it in GitHub Desktop.
Save jsoverson/a93c00bf6fbe367ded58 to your computer and use it in GitHub Desktop.
[12:48:00] 1 $ jitsu deploy --debug
info: Welcome to Nodejitsu jsoverson
info: jitsu v0.13.4, node v0.10.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node example
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/jsoverson/plato-as-service',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'jsoverson/plato-as-service',
debug: name: 'plato-as-service',
debug: scripts:
debug: { postinstall: './node_modules/.bin/bower install && ./node_modules/.bin/grunt',
debug: test: 'make validate',
debug: lint: 'make lint',
debug: coverage: 'make coverage',
debug: clean: 'make clean',
debug: start: 'node server' },
debug: user: 'jsoverson',
debug: subdomain: 'platojs',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'platojs',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { datacenter: 'us-east-1',
debug: provider: 'joyent',
debug: drones: 1,
debug: ram: 256 } ] },
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1386016449051,
debug: mtime: 1386016449051,
debug: resource: 'App',
debug: _rev: '1-272660c5fb3d16bb176c48a15c70b720',
debug: version: '0.2.1',
debug: dependencies:
debug: { tmp: '*',
debug: plato: '*',
debug: unzip: '*',
debug: request: '*',
debug: vow: '*',
debug: 'vow-fs': '*',
debug: susanin: '*',
debug: 'rm-r': '*',
debug: glob: '*',
debug: mkdirp: '*',
debug: ignore: '*',
debug: fstream: '*',
debug: express: '*',
debug: lodash: '*',
debug: 'socket.io': '*' },
debug: devDependencies:
debug: { jshint: '2.1.3',
debug: mocha: '1.11.0',
debug: jscs: '1.0.0',
debug: istanbul: '0.1.39',
debug: chai: '*',
debug: 'mocha-istanbul': '*',
debug: coveralls: '*',
debug: supertest: '*',
debug: bower: '*',
debug: grunt: '*',
debug: 'grunt-cli': '*',
debug: 'grunt-contrib-watch': '*',
debug: 'grunt-contrib-concat': '*',
debug: 'grunt-csso': '*',
debug: 'grunt-concurrent': '*',
debug: 'load-grunt-tasks': '*' },
debug: main: 'server',
debug: description: 'Web-Service for plato - JavaScript source code visualization, static analysis, and complexity tool',
debug: repository:
debug: { type: 'git',
debug: url: 'git://github.com/azproduction/plato-as-service.git' },
debug: engines: { node: '>= 0.10.0' },
debug: id: 'plato-as-service' } } }
info: Creating snapshot 0.2.1-1
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/jsoverson/plato-as-service/snapshots/0.2.1-1',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 1184524 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 500,
debug: result: { error: 'npm exited with code 1' } }
error: Error running command deploy
error: npm exited with code 1
error: npm installation failed, please double check your package.json dependencies
error: Nodejitsu Error (500): Internal Server Error
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