gjtorikian / panda-docs

Pretty Awesome (and Necessary) Documentation Assembly--A total documentation build system for technical writers, and those who want to be like them.
MIT License
30 stars 6 forks source link

function walk has no method 'sync' #3

Open fab-b opened 10 years ago

fab-b commented 10 years ago

Hi i'm reporting this issue, I'm using panda-docs v 0.4.7 and node v 0.10.25 and when I try to generate my doc the shell is prompting this error:

G:\github\fab-b_usermanual\node_modules\panda-docs\node_modules\markdown_conrefs\markdown_conrefs.js
:37
            var foundFiles = findit.sync(src);
                                    ^
TypeError: Object function walk(dir, opts, emitter, dstat) {...}

has no method 'sync'
ivarpruijn commented 10 years ago

Hmm, after upgrading to the latest version we get the same issue.

@gjtorikian Any way you could look into this? Thanks!