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 no longer needed execa #60

Closed
wants to merge 2 commits into from
Closed

Fix no longer needed execa #60

wants to merge 2 commits into from

Conversation

ybiquitous
Copy link
Member

Which issue, if any, is this issue related to?

Closes #59

Is there anything in the PR that needs further explanation?

- `execa` is removed from the dependencies.
- `execa` is replaced with `child_process.execFileSync`.
  See https://nodejs.org/api/child_process.html#child_processexecfilesyncfile-args-options
@ybiquitous ybiquitous marked this pull request as draft June 3, 2024 06:08
@ybiquitous
Copy link
Member Author

execa has improved Windows support. We would need more code on our side to replace the support.

@ybiquitous ybiquitous closed this Jun 3, 2024
@ybiquitous ybiquitous deleted the replace-execa branch June 3, 2024 06:34
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.

None yet

1 participant