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

[node-modules] Adds support for creating link: to a missing folder #1170

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

larixer
Copy link
Member

@larixer larixer commented Apr 7, 2020

What's the problem this PR addresses?

Currently nm linker does not allow adding link: dependency to a missing folder, because it always tries to parse manifest file

How did you fix it?

Nm linker now distinguishes link: locators and neither tries to parse their manifest nor create bin symlinks if the manifest happen to exist with bin field. The only action linker does for link: dependencies is creating a symlink with no regard whether target folder exists or not.

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