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

Ensure npm_config_* variables aren't set twice on Windows #8337

Closed
wants to merge 2 commits into from

Conversation

asklar
Copy link

@asklar asklar commented Sep 9, 2020

Summary
Fixes #8334

This fixes a bug where an yarn is wrongly setting an environment variable twice

Test plan

Validated that only the original casing of an environment variable is sent to the child process when yarn calls spawn()

@asklar
Copy link
Author

asklar commented Sep 10, 2020

@arcanis could you take a look?

@asklar asklar closed this Mar 21, 2023
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.

Yarn on Windows breaks apps that read from the environment variables
1 participant