-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[turborepo] No tasks ran #5384
Comments
Bump. Really really need this resolved. Big fork in my workflow. |
"turbo": "1.10.1" -> this version works well, but the latest version is not working, and not task detected. |
same |
Hey, this is likely an issue specific to Windows, I'm not able to reproduce on macOS. Here's my attempt to verify in case anything jumps out that you're doing differently:
|
Are you able to provide a reproduction that can perhaps show the issue in Github Actions windows runner? We have e2e tests that run on Windows that show that basic functionality is working. |
Closing due to inactivity. If anyone here has a reproduction on the most recent canary regarding this issue, please open a new issue and include it. Thank you! |
What version of Turborepo are you using?
1.10.6
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Windows
Describe the Bug
When trying to run any tasks in any turborepo on my system except for those which were created a long time ago, no tasks run whatsoever. Even with a newly generated repo
Expected Behavior
When running
yarn turbo run dev
for example, I would expect turborepo to run the tasks in each of the apps/packagesTo Reproduce
yarn create turbo
yarn turbo run dev
I'm aware that this is very likely an issue just on my end, but I would like some pointers as to what causes this.
Reproduction Repo
No response
The text was updated successfully, but these errors were encountered: