Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2013 00:11
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/801c682f6a2470cd78aa to your computer and use it in GitHub Desktop.
Save anonymous/801c682f6a2470cd78aa to your computer and use it in GitHub Desktop.
C:\Users\Mephasto\Sites\vidrio>jitsu deploy --debug
info: Welcome to Nodejitsu mephasto
info: jitsu v0.11.7, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: The package.json file is missing required fields:
warn:
warn: subdomain, scripts.start, engines
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: subdomain: (mephasto.vidrio)
prompt: scripts.start: (server.js)
prompt: engines.node: (0.8.x)
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/mephasto/Vidrio Website/available',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"name":"Vidrio Website","description":"Vidrio\'s Band Website","author":"Mephasto <nicdakka@gmail.com
>","version":"0.0.1","dependencies":{"connect":"1.8.5","express":"2.5.2","jade":"0.20.0","mongoose":"2.4.8","socket.io":
"0.8.7"},"devDependencies":{"vows":"0.5.x","mocha":"*","should":"*"},"engine":"node >= 0.6.6","subdomain":"mephasto.vidr
io","scripts":{"start":"server.js"},"engines":{"node":"0.8.x"}}' }
debug: { statusCode: 404,
debug: result: { error: 'Could not find path: /apps/mephasto/Vidrio%20Website/available' } }
error: There was an error while checking app name / subdomain availability.
error: Error: Nodejitsu Error (404): Item not found
error: Error running command deploy
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