Skip to content

fixes binary links issue#3545

Merged
bestander merged 3 commits intoyarnpkg:masterfrom
bestander:fix-3535
May 31, 2017
Merged

fixes binary links issue#3545
bestander merged 3 commits intoyarnpkg:masterfrom
bestander:fix-3535

Conversation

@bestander
Copy link
Copy Markdown
Member

@bestander bestander commented May 31, 2017

Fixes #3535 and #3332

Summary

Package-linker had a save() phase done after all modules are copied from cache into node_modules.
In there it would create symlinks to topmost dependencies.

Turns out this became obsolete after we started creating symlinks for all nonconflicting packges.
So save() function would sometimes overwrite correct symlinks with the ones taken from deeper dependency tree.

Test plan

Passes test in https://github.com/cmoesel/eslint-8547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants