Created
November 6, 2013 20:39
-
-
Save KFoxder/7343679 to your computer and use it in GitHub Desktop.
Jitsu Deploy Error
This file contains hidden or 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
itsu deploy | |
info: Welcome to Nodejitsu kfox2010 | |
info: jitsu v0.13.3, node v0.10.21 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/kevin_fox/Documents/Fall 2013/Nodejs/appTest1/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: dependencies: { | |
data: express: '3.4.1', | |
data: jade: '*', | |
data: mongodb: '1.3.x', | |
data: monk: '0.7.1', | |
data: mongoose: '3.8.x', | |
data: bcrypt: '~0.7.3' | |
data: }, | |
data: engines: { node: '0.10.x' }, | |
data: name: 'application-name', | |
data: private: true, | |
data: scripts: { start: 'node app.js' }, | |
data: subdomain: 'apptest1', | |
data: version: '0.0.1-1' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) yes | |
info: Creating snapshot 0.0.1-1 | |
info Uploading: [=============================] 100% | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
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