question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't see beyond first level dependencies

See original GitHub issue

Hi. I get only one level of dependencies on my project. Say, I have a file name mediaParent that has:

import '@myrepo/media-child1';
import '@myrepo/media-child2';

On the generated graph image, I only see mediaParent1 that is dependent from media-child1 and media-child1 (with option --includeNpm). What If I want to see dependencies of media-child1 and media-child2? I mislead something or this has to be the exact purpose of this library?

Thanks in advance

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nicolocarpignolicommented, Dec 22, 2017

No problem on it 😃

Just say, it would be nice if on the readme of madge it was clear that this doesn’t work with NPM dependencies, which are pretty used nowadays 😃

Will traverse child dependencies automatically. I suggest to specify this limitation. I have a feel that many people by reading the readme like me have mislead that. Anyways, great library and great job.

0reactions
pahencommented, Dec 22, 2017

Ok, just google it 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Force Maven use only first level dependencies - Stack Overflow
You can use the Maven dependency plugin goal "dependency:analyze" to give you a report of all used dependencies which are not declared on ......
Read more >
Dependency Walker Frequently Asked Questions (FAQ)
Dependency Walker seems to only show some of my application's dependencies. Why doesn't it show all of them? When you first open a...
Read more >
Dependency overview and dependency types - Jira Align
Under the Manage section of the menu bar, select Dependencies; the Dependencies grid displays. You can view the dependency status, PI, requested by...
Read more >
The Nine Circles of Python Dependency Hell - Medium
Even if your project only has a few first-level dependencies, it could have many more transitive dependencies. This means that figuring out that...
Read more >
Dependency Management in Visual Studio: NuGet and Beyond
All project dependencies are managed in one place: There's no need for a secondary file (i.e. packages.config); Simple view of only top-level ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found