Skip to content

Instantly share code, notes, and snippets.

@jmar777
Created September 4, 2012 20:40
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 jmar777/034a3827fb0bc4a6baad to your computer and use it in GitHub Desktop.
Save jmar777/034a3827fb0bc4a6baad to your computer and use it in GitHub Desktop.
jitsu deploy fstream-npm.js error
$ jitsu --noanalyze deploy
info: Welcome to Nodejitsu jmar777
info: jitsu v0.9.8
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
/usr/local/lib/node_modules/jitsu/node_modules/fstream-npm/fstream-npm.js:151
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:151: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.IgnoreReader.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.EventEmitter.emit (events.js:88:17)
at DirReader._getEntries (/usr/local/lib/node_modules/jitsu/node_modules/fstream/lib/dir-reader.js:53:8)
at Object.oncomplete (fs.js:297:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment