Disk size with transitive dependencies: "13.15GB"
See original GitHub issueIssue Description
Hi,
I’ve just started a new project and installed found with
yarn add found
Then I run yarn why found
and I got the following results
core Login-UI🔒 ✏️ 2 yarn why found
yarn why v1.10.1
[1/4] 🤔 Why do we have the module "found"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "found@0.3.14"
info Reasons this module exists
- "_project_#core" depends on it
- Hoisted from "_project_#core#found"
info Disk size without dependencies: "172MB"
info Disk size with unique dependencies: "6.1GB"
info Disk size with transitive dependencies: "13.15GB"
info Number of shared dependencies: 25
✨ Done in 9.71s.
Just to compare, I also tried it with react
core Login-UI🔒 ✏️ 2 yarn why react
yarn why v1.10.1
[1/4] 🤔 Why do we have the module "react"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "react@16.7.0-alpha.0"
info Reasons this module exists
- "_project_#core" depends on it
- Hoisted from "_project_#core#react"
info Disk size without dependencies: "56MB"
info Disk size with unique dependencies: "256MB"
info Disk size with transitive dependencies: "276MB"
info Number of shared dependencies: 5
✨ Done in 7.43s.
Why are these found
numbers extremely huge?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m not seeing this:
Could it be something on your end?
Yeah, I don’t know. It seems like it would be a Yarn bug, but I have no idea how or why…