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 windows support #10

Merged
merged 2 commits into from
Mar 1, 2025
Merged

Conversation

hanseltime
Copy link
Contributor

@hanseltime hanseltime commented Feb 28, 2025

Summary

Fixes: #11

This adds a consideration to run the spawn process in a shell on windows since, from experience, windows doesn't run anything if not set.

Here is the SO that also talks about it. https://stackoverflow.com/questions/37125619/spawnsyncnpm-install-gives-error-spawnsync-npm-enoent

Note: this also adds shell to the spawnSync's in tests and a windows as a runner for the tests.

@hanseltime hanseltime changed the title Fix windows support fork Fix windows support Feb 28, 2025
@songkeys songkeys merged commit 307d915 into songkeys:main Mar 1, 2025
8 of 9 checks passed
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.

Tswc does not run on Windows
2 participants