Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes binary links issue #3545

Merged
merged 3 commits into from
May 31, 2017
Merged

fixes binary links issue #3545

merged 3 commits into from
May 31, 2017

Conversation

bestander
Copy link
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