Skip to content

Instantly share code, notes, and snippets.

@codyyc

codyyc/Errors Secret

Created July 11, 2012 12:05
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 codyyc/169e9c910557495abc03 to your computer and use it in GitHub Desktop.
Save codyyc/169e9c910557495abc03 to your computer and use it in GitHub Desktop.
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: Error spawning drone: no matching engine found
error: Repository configuration
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: Error: Error spawning drone: no matching engine found
error: at [object Object].getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:34:17)
error: at [object Object].getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/useraccounts.js:34:31)
error: at spawnNpm (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/useraccounts.js:62:32)
error: at Object.oncomplete (/root/haibu-orchestra/node_modules/haibu/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js:94:5)
info: Nodejitsu not ok
{
"name": "pace",
"subdomain": "pace",
"version": "0.0.0-1",
"author": "Cody Carnachan <*******>",
"scripts": {
"start": "nodemon server.js.coffee"
},
"main": "./lib/http-server",
"dependencies": {
"socket.io": "0.9.6",
"querystring": "0.1.0",
"coffeescript": "1.3.3",
"nodemon": "0.6.22"
},
"noAnalyze": true,
"engines": {
"node": "0.8.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment