Skip to content

Instantly share code, notes, and snippets.

@jonsullivan
Created March 8, 2012 20:26
Show Gist options
  • Save jonsullivan/2003210 to your computer and use it in GitHub Desktop.
Save jonsullivan/2003210 to your computer and use it in GitHub Desktop.
Jitsu deploy error
anon@ubuntu:~/creepagram$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in app.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /home/anon/creepagram/package.json
data:
data: {
data: author: 'Jon Sullivan <jon@mindflash.com>',
data: version: '0.0.2-11',
data: name: 'creepagram2',
data: subdomain: 'creepagram2',
data: engines: { node: 'v0.6.x' },
data: scripts: { start: 'app.js' },
data: dependencies: {
data: instagram: '0.0.4',
data: jade: '0.20.x',
data: should: '0.5.x',
data: express: '2.5.x',
data: stylus: '0.24.x',
data: request: '2.9.x',
data: bootstrap: '0.0.2',
data: mocha: '0.13.x'
data: }
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.0.2-11
info: Done creating snapshot 0.0.2-11
info: Updating application creepagram2
info: Activating snapshot 0.0.2-11 for creepagram2
info: Stopping app creepagram2
info: App creepagram2 is now stopped
info: Starting app creepagram2
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: execvp(): No such file or directory
error:
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment