Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2013 10:20
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 anonymous/c7e5cd9d4762a5d6cdb6 to your computer and use it in GitHub Desktop.
Save anonymous/c7e5cd9d4762a5d6cdb6 to your computer and use it in GitHub Desktop.
Error running command deploy error: Nodejitsu Error (500): Internal Server Error package.json 0.0.1-4
{
"name": "napstore",
"version": "0.0.1-4",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.4.4",
"dot": "*",
"express-dot": "*",
"redis": "0.9.0",
"socket.io": "1.0.0"
},
"subdomain": "napstore",
"engines": {
"node": "0.10.x"
},
"bundledDependencies": [
"development"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment