Created
October 27, 2012 19:24
-
-
Save sadasant/3965756 to your computer and use it in GitHub Desktop.
jitsu's answer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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