auchenberg / dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph report.
MIT License
484 stars 50 forks source link

baseUrl #25

Open markstickley opened 8 years ago

markstickley commented 8 years ago

Hi, I'm having trouble getting dependo to read my dependencies beyond the first file. I am passing in a require config file but I'm wondering primarily about the baseUrl. Should the path be relative to the config file, to the main application entry point or the current working directory? Or something else?

Any help appreciated, thanks :)

karenpb commented 8 years ago

Same issue here. I have a file have dependencies on 5 files which have dependencies on other files. But it does not read the dependencies further. Please help us out.

auchenberg commented 8 years ago

Dependo relies on https://github.com/pahen/madge, which handles the dependency resolving. Can you try to run madge and see if you still have the problem? It's probably an issue within Madge.