Created
July 18, 2012 22:53
-
-
Save distracteddev/3139510 to your computer and use it in GitHub Desktop.
jitsu deploy error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
soapbox zeus$ jitsu deploy | |
info: Welcome to Nodejitsu distracteddev | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in node app.js | |
warn: Local version appears to be old | |
warn: Your package.json version will be incremented for you automatically | |
warn: About to write /Users/zeus/projects/soapbox/package.json | |
warn: Using '*' as version for dependencies may eventually cause issues. | |
warn: Please use specific versions for dependencies to avoid future problems. | |
data: | |
data: { | |
data: private: true, | |
data: version: '0.0.0-10', | |
data: description: 'A Single-Page Personal Blogging Experiment', | |
data: devDependencies: { vows: '0.6.2', api-easy: '0.3.4' }, | |
data: scripts: { start: 'node app.js', test: 'vows test/*-test.js' }, | |
data: name: 'soapbox', | |
data: engines: { node: '0.6.19', npm: '1.1.9' }, | |
data: dependencies: { | |
data: nodetime: '*', | |
data: resourceful: 'git://github.com/distracteddev/resourceful.git', | |
data: passport: 'git://github.com/distracteddev/passport.git', | |
data: connect: '2.2.2', | |
data: highlight: '*', | |
data: director: '*', | |
data: passport-local: '*', | |
data: flatiron: '*', | |
data: union: 'git://github.com/flatiron/union.git', | |
data: marked: '*', | |
data: winston: '*' | |
data: }, | |
data: bundleDependencies: { redis: '*', resourceful-redis: '*' }, | |
data: subdomain: 'zeus' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
/usr/local/lib/node_modules/jitsu/node_modules/fstream-npm/fstream-npm.js:148 | |
var shouldBundle = bd && bd.indexOf(entry) !== -1 | |
^ | |
TypeError: Object #<Object> has no method 'indexOf' | |
at Packer.applyIgnores (/usr/local/lib/node_modules/jitsu/node_modules/fstream-npm/fstream-npm.js:148:33) | |
at Packer.<anonymous> (/usr/local/lib/node_modules/jitsu/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:181:17) | |
at Array.filter (native) | |
at Packer.filterEntries (/usr/local/lib/node_modules/jitsu/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:179:31) | |
at Packer.<anonymous> (/usr/local/lib/node_modules/jitsu/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:50:29) | |
at Packer.emit (events.js:67:17) | |
at Object.oncomplete (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/dir-reader.js:53:8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment