Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created January 10, 2013 18:07
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 erichocean/f0385a75033e0f4c52ac to your computer and use it in GitHub Desktop.
Save erichocean/f0385a75033e0f4c52ac to your computer and use it in GitHub Desktop.
troy:fohr-boot onitunes$ jitsu deploy
info: Welcome to Nodejitsu fohr
info: jitsu v0.11.4, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
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/onitunes/Dropbox/code/fohr-boot/package.json
data:
data: {
data: devDependencies: {},
data: repository: { url: 'git://github.com/fohr/fohr-boot.git', type: 'git' },
data: description: 'A very basic node.js helloworld application',
data: subdomain: 'fohr.boot',
data: dependencies: {},
data: analyze: false,
data: version: null,
data: bugs: { url: 'https://github.com/fohr/fohr-boot/issues' },
data: main: '',
data: name: 'fohr-boot',
data: engines: { node: '>=0.8' },
data: contributors: [
data: { name: 'Erich Ocean', email: 'eocean@fohr.com' }
data: ],
data: scripts: { start: 'node ./bin/server' },
data: author: { name: 'Fohr Inc.', email: 'eocean@fohr.com' }
data: }
data:
prompt: Is this ok?: (yes) yes
/usr/local/lib/node_modules/jitsu/lib/jitsu/package.js:411
jitsu.log.info('Creating snapshot ' + version.grey);
^
TypeError: Cannot read property 'grey' of null
at package.updateTarball.old (/usr/local/lib/node_modules/jitsu/lib/jitsu/package.js:411:52)
at FileWriter.package.createTarball (/usr/local/lib/node_modules/jitsu/lib/jitsu/package.js:381:9)
at FileWriter.EventEmitter.emit (events.js:126:20)
at end (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/writer.js:323:12)
at Writer._finish (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/writer.js:313:32)
at endChmod (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/writer.js:185:44)
at setProps (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/writer.js:293:5)
at FileWriter.Writer._finish (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/writer.js:264:5)
at FileWriter._finish (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/file-writer.js:94:28)
at FileWriter._create (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/file-writer.js:51:8)
troy:fohr-boot onitunes$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment