Created
January 12, 2013 17:45
-
-
Save snicky/4519532 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Welcome to Nodejitsu snicky | |
info: jitsu v0.11.4, node v0.8.14 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
warn: | |
warn: The package.json file is missing required fields: | |
warn: | |
warn: subdomain, engines | |
warn: | |
warn: Prompting user for required fields. | |
warn: Press ^C at any time to quit. | |
warn: | |
prompt: subdomain: (snicky.chat2) | |
prompt: engines.node: (0.8.x) | |
error: The app name requested is already in use | |
prompt: App name: (chat2) | |
warn: About to write /home/snicky/workspace/chat2/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues | |
warn: Use specific versions for dependencies to avoid future problems | |
warn: See: http://package.json.jit.su for more information | |
data: | |
data: { | |
data: engines: { node: '0.8.x' }, | |
data: name: 'chat2', | |
data: private: true, | |
data: version: '0.0.1', | |
data: subdomain: 'snicky.chat2', | |
data: scripts: { start: 'node app' }, | |
data: dependencies: { jade: '*', express: '3.0.1' } | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Analyzing application dependencies in node app | |
info: Checking app availability chat2 | |
info: Creating app chat2 | |
info: Creating snapshot 0.0.1 | |
info21 Uploading: [=============================] 100% | |
info: Updating app chat2 | |
info: Activating snapshot 0.0.1 for chat2 | |
info: Starting app chat2 | |
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 app | |
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 app | |
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) | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment