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

watch-source task broken? #695

Closed
tjprescott opened this issue Apr 18, 2024 · 0 comments · Fixed by #696
Closed

watch-source task broken? #695

tjprescott opened this issue Apr 18, 2024 · 0 comments · Fixed by #696
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tjprescott
Copy link
Member

Recently, the "watch-source" task that runs when you press Ctrl+Shift+B has been broken and stays in a failing state. I have been running into frustrating issues running tests and wonder if this is related (i.e. if watch-source failing would prevent the tests from properly recompiling)

image

I have done the following and it still happens:

pnpm clean
pnpm purge
git clean -Xdf
pnpm install
pnpm build

I also upgraded node from 18 to 20 and it still happens.

There are tons of "Cannot use JSX unless the '--jsx' flag is provided" errors, among many others.

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

Successfully merging a pull request may close this issue.

3 participants