matheus1lva / node-modules-analyzer

Apache License 2.0
22 stars 1 forks source link

Report not hoisted packages #29

Open TrySound opened 4 years ago

TrySound commented 4 years ago

Not hoisted packages can be detected in monorepo sub packages and in nested node_modules. They are usually the result of conflicting versions. Partially can be fixed by yarn-deduplicate tool.

matheus1lva commented 4 years ago

Yes i agree! The way that i have done it is capable of looking into sub node_modules inside any folder on a monorepo. I'll add more test cases tomorrow to check if that holds its truth and i'll reply back!

matheus1lva commented 4 years ago

Test cases added, see if that handles all scenarios!

Thank you <3