Scenario / test fixture: Yarn PnP
See original GitHub issuehttps://github.com/yarnpkg/pnp-sample-app
Should work like existing multiple-roots
scenario.
Tasks:
- The abstract dependency graph is not going to be automatically inferrable because everything is or or less flat.
- Figure out if this is an actual problem and if we should do anything about it (docs, logic, special report, etc.)
- Investigate if there is metadata from which we could recreate the abstract dependency graph. (Probably could from
yarn.lock
orpackage-lock.json
if nothing else).
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Test Scenario: Yarn PnP · Issue #21 · FormidableLabs/trace-deps ...
Because Yarn PnP doesn't use the normal node_modules tree we need to check that: The general API works as expected; New feature allowMissing...
Read more >Yarn PnP, npm tink, and pnpm Oh My | by Andrew Mc | Medium
For me it is easiest to test the speed. Running npx create-react-app without pnp enabled took 10.62 seconds. With it enabled that dropped...
Read more >Post-v1 Roadmap: feedback wanted - RedwoodJS Community
Exploring Yarn 3 features (namely, pnp); Revive the RedwoodJS VSCode extension; Improving the contributing workflow; Better yarn create-redwood ...
Read more >PNP Canada Live Tracker: which PNPs are open?
PNP Live Tracker Tool. Find PNP streams that may suit your situation, skills, and experience. You can filter by occupation, province, whether or...
Read more >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 FreeTop 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
Top GitHub Comments
Thanks for the comments and tips! And super looking forward to diving in and trying out PnP as a consumer on projects!!!
All in all, my intuition at a high level for this issue is that:
node_modules
in the source path, whether in one root location or multiply across disk).Yep, all that seems about right 👍