Skip to content

Instantly share code, notes, and snippets.

Created January 17, 2013 22:31
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/4560462 to your computer and use it in GitHub Desktop.
Save anonymous/4560462 to your computer and use it in GitHub Desktop.
nodejitsu - error in my first deploy
{
data: dependencies: { jade: '*', express: '3.0.3' },
data: subdomain: 'andrepadez.locationspotter',
data: private: true,
data: name: 'application-name',
data: engines: { node: '0.8.x' },
data: version: '0.0.1-2',
data: scripts: { start: 'node app.js' }
data: }
data:
prompt: Is this ok?: (yes) yes
Creating snapshot 0.0.1-2
info Uploading: [=============================] 100%
info: Updating app application-name
info: Activating snapshot 0.0.1-2 for application-name
info: Starting app application-name
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Target script does not exist: /opt/haibu/carapace-versions/0.8.16/node_modules/haibu-carapace/bin/carapace
error: Error output from Haibu:
error:
error: Error: Target script does not exist: /opt/haibu/carapace-versions/0.8.16/node_modules/haibu-carapace/bin/carapace
error: at /root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/lib/forever-monitor/monitor.js:143:26
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment