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.
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.
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.