Skip to content

Instantly share code, notes, and snippets.

@eternalruler
Last active December 16, 2015 19:18
Show Gist options
  • Save eternalruler/5483678 to your computer and use it in GitHub Desktop.
Save eternalruler/5483678 to your computer and use it in GitHub Desktop.
iMac12:helloworld erik$ jitsu deploy
info: Welcome to Nodejitsu eazimmerman
info: jitsu v0.12.10-2, node v0.10.5
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon!
info: Skipping require-analyzer because noanalyze option is set
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon!
info: Skipping require-analyzer because noanalyze option is set
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/erik/javascript/helloworld/package.json
data:
data: {
data: analyze: false,
data: author: { name: 'Nodejitsu Inc.', email: 'support@nodejitsu.com' },
data: dependencies: { socket.io: '0.9.x', express: '3.0.x' },
data: description: '[http://socket.io](http://socket.io)',
data: engines: { node: '0.8.x' },
data: name: 'HelloWorld',
data: readme: '# Node Apps\n## socket.io boilerplate\n\n[http://socket.io](http://socket.io)\n\n![](https://github.com/nodeapps/boilerplates/raw/master/screenshots/socket.io.png)\n\n# Installation\n\n mkdir myapp\n cd myapp/\n jitsu install socket.io\n\n*If you do not have `jitsu` installed you can install it via `npm install jitsu -g`*\n\n\n# Usage\n\n### Starting boilerplate locally\n\n npm start\n\n*Now you can visit http://localhost:8080 to view your application*\n\n### Deploy boilerplate to nodejitsu\n\n jitsu deploy\n\n*You will now be prompted for a `subdomain` to deploy your application on*\n\n\n# License\n\n(The MIT License)\n\nCopyright (c) 2013 Nodejitsu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
data: readmeFilename: 'ReadMe.md',
data: scripts: { start: 'node server.js' },
data: subdomain: 'eazimmerman-helloworld.eazimmerman',
data: version: '0.1.3-5'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.3-5
info Uploading: [=============================] 100%
info: Updating app HelloWorld
info: Activating snapshot 0.1.3-5 for HelloWorld
info: Starting app HelloWorld
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from app:
error:
error: info: socket.io started
error: module.js:340
error: throw err;
error: ^
error: Error: Cannot find module 'mysql'
error: at Function.Module._resolveFilename (module.js:338:15)
error: at Function.Module._load (module.js:280:25)
error: at Module.require (module.js:362:17)
error: at require (module.js:378:17)
error: at Object.<anonymous> (/opt/haibu/apps/eazimmerman/HelloWorld/package/server.js:8:11)
error: at Module._compile (module.js:449:26)
error: at Object.Module._extensions..js (module.js:467:10)
error: at Module.load (module.js:356:32)
error: at Function.Module._load (module.js:312:12)
error: at Function.Module.runMain (module.js:492:10)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
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