Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Last active December 15, 2015 21:09
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 Fauntleroy/65629715ae6e75954656 to your computer and use it in GitHub Desktop.
Save Fauntleroy/65629715ae6e75954656 to your computer and use it in GitHub Desktop.
jitsu deployment error with custom start script
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: package.json error: can't find starting script: node_modules/solidus/bin/solidus start
error: Package.json start script declared but not found
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: Error: package.json error: can't find starting script: node_modules/solidus/bin/solidus start
error: at Spawner.spawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:232:17)
error: at Object.oncomplete (fs.js:297:15)
{
"name": "sparkart-website",
"description": "The Sparkart website",
"version": "0.0.0",
"subdomain": "sparkart",
"scripts": {
"start": "node_modules/solidus/bin/solidus start"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment