Skip to content

Instantly share code, notes, and snippets.

@Evangenieur
Created November 29, 2012 13: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 Evangenieur/a5597c2237f8f8cf22e3 to your computer and use it in GitHub Desktop.
Save Evangenieur/a5597c2237f8f8cf22e3 to your computer and use it in GitHub Desktop.
Nodejitsu deploy error
Evans-MacBook-Pro:evangenieur ~/dev_dropbox/evangenieur/github/webpipes $ jitsu deploy
info: Welcome to Nodejitsu evangenieur
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 webpipes-evangenieur
error: Error running command deploy
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
{
"name": "webpipes-evangenieur",
"version": "0.0.0",
"description": "WebPipes.io snippets in the cloud",
"main": "server.js",
"scripts": {
"start": "coffee server.coffee"
},
"repository": {
"type": "git",
"url": "git@github.com:nko3/evangenieur.git"
},
"dependencies": {
"coffee-script": "1.4.0",
"zappajs": "0.4.12",
"zappajs-partials": "0.0.7",
"underscore": "1.4.2",
"passport": "0.1.12",
"passport-github": "0.1.3",
"github": "0.1.7",
"stylus": "0.30.1",
"request": "2.12.0",
"node-uuid": "1.4.0",
"mongodb": "1.2.0",
"q": "0.8.10",
"connect-mongo": "0.2.0",
"connect": "1.8.x"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "webpipes.evangenieur",
"domains": [
"webpipes.io",
"www.webpipes.io"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment