We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref: #897 (comment)
The text was updated successfully, but these errors were encountered:
Hi @moltar exactly which file needs to be changed?
Sorry, something went wrong.
I'm not sure, tbh. It's an old issue; the context got evicted from my brain. 😂
I have investigated it, npm run start doesn't work on windows, it throws an error,
npm run start
Putting node here:
node
const cmd = ['node', ...process.argv.slice(0, 2), 'run-internal', c];
in index.ts
index.ts
But as we support bun now and maybe deno in the feature this is not the correct fix
bun
deno
No branches or pull requests
Ref: #897 (comment)
The text was updated successfully, but these errors were encountered: