tabrindle / envinfo

Generate a report about your development environment for debugging and issue reporting
MIT License
763 stars 58 forks source link

support yarn workspaces #121

Open ManAnRuck opened 5 years ago

ManAnRuck commented 5 years ago

I used yarn workspaces and there I get with the --npmPackages option only the packages which are installed in the package node_modules itself (noHoist). but the most packages for the monorepo package are installed in the root node_modules dir.

Bildschirmfoto 2019-09-09 um 17 32 44
tabrindle commented 5 years ago

There's definitely a use case for this - yarn workspaces and lerna monorepos. My only concern is the current implementation is not fast, and this could very easily result in envinfo taking minutes to complete.