Skip to content

Instantly share code, notes, and snippets.

Created August 1, 2012 00:18
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 anonymous/f48cddb6b470ba42e1d0 to your computer and use it in GitHub Desktop.
Save anonymous/f48cddb6b470ba42e1d0 to your computer and use it in GitHub Desktop.
mbhare:portals-web hair$ jitsu deploy
info: Welcome to Nodejitsu harisamin
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in node server.js
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write /Users/hair/workspace/portals-web/package.json
data:
data: {
data: scripts: { start: 'node server.js' },
data: name: 'portals-web',
data: dependencies: {
data: mongoose: '2.7.x',
data: request: '2.9.x',
data: express: '2.5.x'
data: },
data: devDependencies: { coffee-script: '1.2.0', coloured-log: '0.9.7' },
data: private: true,
data: engines: { node: '0.6.x' },
data: version: '0.0.1-22',
data: domains: [ 'portals-app.com' ],
data: subdomain: 'portals-web',
data: engine: 'node ~> 0.6.x'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-22
info: Updating app portals-web
info: Activating snapshot 0.0.1-22 for portals-web
info: Starting app portals-web
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start your application.
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from your application:
error:
error: module.js:337
error: throw new Error("Cannot find module '" + request + "'");
error: ^
error: Error: Cannot find module 'coloured-log'
error: at Function._resolveFilename (module.js:337:11)
error: at Function._load (module.js:279:25)
error: at Module.require (module.js:359:17)
error: at require (module.js:375:17)
error: at Object.<anonymous> (/opt/haibu/apps/harisamin/portals-web/package/server.js:14:9)
error: at Object.<anonymous> (/opt/haibu/apps/harisamin/portals-web/package/server.js:305:4)
error: at Module._compile (module.js:446:26)
error: at Object..js (module.js:464:10)
error: at Module.load (module.js:353:31)
error: at Function._load (module.js:311:12)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment