Skip to content

Instantly share code, notes, and snippets.

@sadasant
Created October 27, 2012 19:24
Show Gist options
  • Save sadasant/3965756 to your computer and use it in GitHub Desktop.
Save sadasant/3965756 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: <[email protected]>
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.9",
"npm": "1.1.x"
},
"subdomain": "sadasant.pong"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment