Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2013 12:50
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 anonymous/4995319 to your computer and use it in GitHub Desktop.
Save anonymous/4995319 to your computer and use it in GitHub Desktop.
info: Executing command deploy
info: Analyzing application dependencies in app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/rajivkilaparti/Documents/nodeJs/socialurs/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: subdomain: 'socialurs',
data: scripts: { start: 'app.js' },
data: dependencies: {
data: socket.io: '*',
data: bytes: '*',
data: json-line-protocol: '*',
data: express: '3.0.0rc4',
data: connect: '2.5.0'
data: },
data: engines: { node: '0.8.x' },
data: private: 'true',
data: version: '0.0.1-5',
data: name: 'socialurs'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-5
info Uploading: [=========================== ] 94%
info: Updating app socialurs
info: Activating snapshot 0.0.1-5 for socialurs
info: Starting app socialurs
error: Error running command deploy
error: socket hang up
info:
jitsu's client request timed out before the server could respond
info: This error may be due to network connection problems
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