Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Last active December 11, 2015 06:28
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 SBoudrias/a6936c653893885fe984 to your computer and use it in GitHub Desktop.
Save SBoudrias/a6936c653893885fe984 to your computer and use it in GitHub Desktop.
info: Welcome to Nodejitsu sboudrias
info: jitsu v0.11.5, node v0.8.17
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node www/app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:\wamp\httpdocs\dev\socket\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: scripts: { start: 'node www/app.js' },
data: devDependencies: {
data: grunt-contrib: '*',
data: grunt-contrib-compass: '*',
data: grunt: '~0.4',
data: grunt-contrib-concat: '*',
data: grunt-contrib-connect: '*',
data: grunt-contrib-jshint: '*',
data: grunt-contrib-uglify: '*',
data: grunt-smushit: '*',
data: grunt-contrib-watch: '*',
data: grunt-bower-task: '*',
data: grunt-mocha: '~0.2.0'
data: },
data: engines: { npm: '1.x', node: '0.8.x' },
data: version: '0.0.1-8',
data: dependencies: {
data: express: '3.0.6',
data: socket.io: '~0.9.13',
data: lodash: '*',
data: jade: '*'
data: },
data: private: true,
data: subdomain: 'ressac-socket',
data: name: 'socket-game-test'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-8
info Uploading: [=============================] 100%
info: Updating app socket-game-test
info: Activating snapshot 0.0.1-8 for socket-game-test
info: Starting app socket-game-test
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: module.js:340
error: throw err;
error: ^
error: Error: Cannot find module 'connect'
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/sboudrias/socket-game-test/package/www/node_modules/express/lib/expr
ess.js:5:15)
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 Module.require (module.js:362:17)
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
{
"name": "socket-game-test",
"version": "0.0.1-7",
"private": true,
"engines": {
"node": "0.8.x",
"npm": "1.x"
},
"scripts": {
"start": "node www/app.js"
},
"dependencies": {
"express": "3.0.6",
"jade": "*",
"socket.io": "~0.9.13",
"lodash": "*"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib": "*",
"grunt-smushit": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-mocha": "~0.2.0",
"grunt-bower-task": "*"
},
"subdomain": "ressac-socket"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment