Help: Could not find package "db" from task "db#migrate" in project #8433
Unanswered
GeorgeIpsum
asked this question in
Help
Replies: 1 comment
-
Removing the " |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi all,
I'm using
[email protected]
and[email protected]
in a personal turborepo project. I'm still fairly noob at turbo (we use it internally at work) and I'm having trouble figuring out some discrepancies between how our work monorepos and my personal monorepo are being resolved. I have the following apps and packages:When I run
pnpm dev
(akapnpm turbo run dev
) I get the following error:I've attached my
turbo.json
and other relevantpackage.json
s below. In my work monorepos, using packages/ package scripts without their namespace (e.g. using justdb
instead of@repo/db
is honored withinturbo.json
. However, that doesn't seem to be the case in my personal turborepo. Was there some breaking change in Turborepo's behavior in any recent updates for this? Or am I doing something wrong in the setup of my packages? Please let me know what additional info I could provide here that would help debug.Additional information
Root package.json:
db
package package.json:turbo.json
:pnpm-workspace.yaml
:Beta Was this translation helpful? Give feedback.
All reactions