Skip to content

Instantly share code, notes, and snippets.

@jschiang
Created December 9, 2013 21:58
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 jschiang/a1edb51026484df9db95 to your computer and use it in GitHub Desktop.
Save jschiang/a1edb51026484df9db95 to your computer and use it in GitHub Desktop.
> jitsu deploy --debug
info: Welcome to Nodejitsu jschiang
info: jitsu v0.13.5, node v0.10.20
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/jeremy1/Documents/Fall2013/Mobile2Cloud/FinalProject/portableDJ/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: dependencies: {
data: express: '3.0.x',
data: ejs: '*',
data: mongodb: '1.2.x'
data: },
data: engines: { node: '>=0.8' },
data: name: 'PortableDJ',
data: private: true,
data: scripts: { start: 'node app' },
data: subdomain: 'jschiang',
data: version: '0.0.1-8'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-8
warn: Snapshot is larger than 30M!
warn: This is not recommended practice.
info Uploading: [=============================] 100%
error: Error running command deploy
error: socket hang up
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
{
"name": "PortableDJ",
"version": "0.0.1-8",
"private": true,
"subdomain": "jschiang",
"engines": {
"node": ">=0.8"
},
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.x",
"ejs": "*",
"mongodb": "1.2.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment