-
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] turbo 1.10.x not work with pnpm workspace exclude feature #5391
Comments
I have same problem |
I have this problem on a Mac using yarn with versions |
@suhaotian @zxlisrich @gabriellet Here's what's going on: we've started tightening some of our glob validation, and
So, short term fix: for We'll work on, at minimum, getting a better error message in place. I'm not sure if we need to relax the strictness of our globbing, as there are two possible interpretations of this particular pattern. The more accepting option, |
Thank you so much. This is really helpful! @gsoltis |
This is similar to #5331 and #5290 I stopped the error by pinning It also stopped this error:
I'm not sure why, because I have multiple packages and need certain packages to be built before the |
@lorlorloren already solved this issue follow the steps by @gsoltis and also you can check the already fixed the reproduce repo commit: byCedric/expo-monorepo-example@b56ea3d |
What version of Turborepo are you using?
1.10.6
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
After update
turbo
to 1.10.6, the command with turbo (e.gpnpm lint
) not work anymore:But if I use
[email protected]
or If I delete these lines- '!**/dist**'
and'!**/.next**'
in thepnpm-workspace.yaml
, it will work:Expected Behavior
Should work after bump turbo version
To Reproduce
pnpm install pnpm lint # or pnpm build
Reproduction Repo
https://github.com/suhaotian/expo-monorepo-example/tree/bump-deps
The text was updated successfully, but these errors were encountered: