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

Fix resolving npm deps of local packages when on different drive #11868

Merged
merged 1 commit into from Jan 28, 2022

Conversation

zodern
Copy link
Member

@zodern zodern commented Jan 21, 2022

When building a local package for an app on Windows, if the package is on a different drive than the app, Meteor might resolve npm dependencies to a path that is not available when the app runs. This fixes it so the resolver works the same as when the app and package are on the same drive.

@filipenevola filipenevola added this to the Release 2.6 milestone Jan 28, 2022
@filipenevola filipenevola changed the base branch from devel to release-2.6 January 28, 2022 19:29
@filipenevola filipenevola merged commit 31e219e into release-2.6 Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants