Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created February 17, 2014 07:57
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 matthewpalmer/9046522 to your computer and use it in GitHub Desktop.
Save matthewpalmer/9046522 to your computer and use it in GitHub Desktop.
socket hang up
info: Welcome to Nodejitsu _matthewpalmer
info: jitsu v0.13.9, node v0.10.21
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
info: Checking app availability wildfire
info: Creating app wildfire
error: Error creating wildfire
error: socket hang up
error: Error running command deploy
error: socket hang up
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
@matthewpalmer
Copy link
Author

Here is my package.json

{
  "name": "wildfire",
  "version": "0.0.1",
  "scripts": {
    "start": "node app.js",
    "test": "mocha --recursive -R spec",
    "serve": "nodemon app.js"
  },
  "dependencies": {
    "express": "3.4.7",
    "jade": "*",
    "mongoose": "~3.8.4",
    "generaterandom": "0.0.1",
    "mongoose-unique-validator": "~0.3.0",
    "mongoose-auto-increment": "~2.1.1",
    "hashit": "0.0.2",
    "validator": "~3.0.0",
    "imager": "~0.2.4"
  },
  "devDependencies": {
    "expect.js": "~0.2.0",
    "express": "~3.4.7",
    "socket.io": "~0.9.16"
  },
  "subdomain": "matthewpalmer-codename-wildfire",
  "engines": {
    "node": "0.10.x"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment