Skip to content

Instantly share code, notes, and snippets.

@yawnt
Forked from sadasant/answer
Created October 27, 2012 19:34
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 yawnt/3965813 to your computer and use it in GitHub Desktop.
Save yawnt/3965813 to your computer and use it in GitHub Desktop.
jitsu's answer
sadasant@sadasant ~/code/heroku/Pong
jitsu deploy
info: Welcome to Nodejitsu sadasant
info: jitsu v0.10.3-1, node v0.8.9
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
info: Creating snapshot 0.0.1-1
info Uploading: [== ] 11%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: No matching versions found
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": "pong",
"description": "Pong with WebSockets",
"version": "0.0.1-1",
"homepage": "",
"repository": "https://github.com/CITUnitec/NodePong",
"author": "Daniel Rodríguez <http : //sadasant.com/>",
"private": false,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.0.x",
"ejs": "*",
"stylus": "0.28.x",
"nib": "0.7.x",
"socket.io": "0.9.10"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "sadasant.pong"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment