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 runner script to be cross-platform #903

Closed
moltar opened this issue Jul 9, 2022 · 3 comments
Closed

Fix runner script to be cross-platform #903

moltar opened this issue Jul 9, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@moltar
Copy link
Owner

moltar commented Jul 9, 2022

Ref: #897 (comment)

@moltar moltar added the bug Something isn't working label Jul 9, 2022
@DarkGL
Copy link
Collaborator

DarkGL commented Oct 25, 2024

Hi @moltar exactly which file needs to be changed?

@moltar
Copy link
Owner Author

moltar commented Oct 25, 2024

I'm not sure, tbh. It's an old issue; the context got evicted from my brain. 😂

@DarkGL
Copy link
Collaborator

DarkGL commented Nov 10, 2024

I have investigated it, npm run start doesn't work on windows, it throws an error,

Putting node here:

const cmd = ['node', ...process.argv.slice(0, 2), 'run-internal', c];

in index.ts

But as we support bun now and maybe deno in the feature this is not the correct fix

@DarkGL DarkGL closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants