Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created June 26, 2012 17:21
Show Gist options
  • Select an option

  • Save blakmatrix/2997217 to your computer and use it in GitHub Desktop.

Select an option

Save blakmatrix/2997217 to your computer and use it in GitHub Desktop.
PS C:\Users\fred rosak\Documents\GitHub\olive> jitsu deploy
path.existsSync is now called `fs.existsSync`.
info: Welcome to Nodejitsu blakmatrix
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in coffee app.coffee
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write C:\Users\fred rosak\Documents\GitHub\olive\package.json
data:
data: {
data: repository: { url: 'git@github.com:blakmatrix/olive.git', type: 'git' },
data: homepage: 'https://github.com/blakmatrix/olive',
data: name: 'Olive',
data: version: '0.2.0-5',
data: main: 'app.coffee',
data: devDependencies: {},
data: engines: { node: '~v0.4.11' },
data: subdomain: 'olive',
data: author: 'Farrin A. Reid <blakmatrix@gmail.com> (blakmatrix.com)',
data: dependencies: {
data: less: '~1.1.4',
data: coffeekup: '>= 0.3.0beta',
data: socket.io: '>= 0.8.4',
data: express: '2.4.6'
data: },
data: scripts: { start: 'coffee app.coffee' },
data: description: 'Olive is a simple app that aims to let users interact on a single site showing colors of olive'
data: }
data:
prompt: Is this ok? (yes):
info: Creating snapshot 0.2.0-5
info: Updating app Olive
info: Activating snapshot 0.2.0-5 for Olive
info: Stopping app Olive
info: App Olive is now stopped
info: Starting app Olive
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: carapace has wrapped: /opt/node-versions/0.4.12/lib/node_modules/coffee-script/bin/coffee
error: with arguments: /usr/local/src/blakmatrix/Olive/package/app.coffee
error: Error: Cannot find module 'zlib'
error: at Function._resolveFilename (module.js:326:11)
error: at Function._load (module.js:271:25)
error: at require (module.js:355:19)
error: at Object.<anonymous> (/usr/local/src/blakmatrix/Olive/package/node_modules/express/node_modules/connect/lib/middleware/compress.js:14:12)
error: at Module._compile (module.js:411:26)
error: at Object..js (module.js:417:10)
error: at Module.load (module.js:343:31)
error: at Function._load (module.js:302:12)
error: at require (module.js:355:19)
error: at Object.compress (/usr/local/src/blakmatrix/Olive/package/node_modules/express/node_modules/connect/lib/connect.js:89:14)
info: Nodejitsu not ok
PS C:\Users\fred rosak\Documents\GitHub\olive>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment