Replies: 1 comment 7 replies
-
Have you installed https://turbo.build/repo/docs/getting-started/installation#repository-installation |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi i need little help with turborepo 2
i have create a monorepo with express and pug for backend and for my frontend i use nextjs.
The model i have use for do tat is kitchen-sink.
And i have keep just the express and nextjs part.
Locally no issue when i do turbo run dev my both website work nice.
But when i deploy i have that error, it about the change of pipeline to tasks in the v2 of turborepo and on vercel have that issue
And this is how is configure my root turbo.json
this the tubo.json of my frontend folder so nextjs app.
And this the turbo.json of my folder backend where i have express and pug.
I have look to find a solution i have see some people have the same error but they use docker me don't use docker it is on vercel and i don't find a solution for that.
If you need to see other file tell me.
I thank you by advance for any help you will give me thanks.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions