Skip to content

Instantly share code, notes, and snippets.

@avocade
Created September 20, 2012 09:09
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 avocade/a74f5bf84d5789721417 to your computer and use it in GitHub Desktop.
Save avocade/a74f5bf84d5789721417 to your computer and use it in GitHub Desktop.
{
"name": "node-echobox",
"version": "0.0.1",
"description": "A node.js app that echoes back to you",
"main": "server.coffee",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"start": "coffee server.coffee"
},
"repository": "https://github.com/got-js/echobox.git",
"keywords": [
"nodejs",
"echo",
"http",
"requests",
"debug",
"demo"
],
"author": "Suvash Thapaliya",
"license": "BSD",
"dependencies": {
"coffee-script": "~1.3.3"
},
"devDependencies": {
"node-inspector": "~0.2.0beta3"
},
"subdomain": "node-echobox"
}
avocade@[1.9.3-p194][master][2145m] node-echobox/: jitsu deploy
info: Welcome to Nodejitsu avocade
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in coffee server.coffee
info: Checking app availability node-echobox
info: Creating app node-echobox
error: Error creating node-echobox
error: Nodejitsu Error (500): Internal Server Error
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
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