Skip to content

Instantly share code, notes, and snippets.

@TheDuceCat
Created August 30, 2012 23:31
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 TheDuceCat/3abe93897f1515447ed3 to your computer and use it in GitHub Desktop.
Save TheDuceCat/3abe93897f1515447ed3 to your computer and use it in GitHub Desktop.
cmd output
C:\Users\Chris\Desktop\web\chat>jitsu deploy
info: Welcome to Nodejitsu duce
info: jitsu v0.9.7
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your 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 C:\Users\Chris\Desktop\web\chat\package.json
data:
data: {
data: private: true,
data: description: 'chat application',
data: name: 'chat',
data: subdomain: 'duce.chat',
data: engines: { node: '0.8.x', npm: '1.1.x' },
data: scripts: { start: 'app.js' },
data: version: '0.0.1-7',
data: dependencies: { express: '3.x', now: '0.8.x' }
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-7
info: Updating app chat
info: Activating snapshot 0.0.1-7 for chat
info: Starting app chat
error: Error running command deploy
error: socket hang up
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
C:\Users\Chris\Desktop\web\chat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment