-
SummaryI am running into this error on my turbo repo:
The error only happens on my production builds. All preview builds work just fine. This happens on all apps for the monorepo. ExampleNo response Steps to ReproduceI am not sure how to reproduce. I setup a turbo repo monorepo on Vercel, all preview builds work fine but not production. Here's my redacted
And
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@brunofin Try running a build with no build cache, it might just be using a cached version of Turbo 1.x which expects |
Beta Was this translation helpful? Give feedback.
-
I just solved the problem by moving my dependency to
|
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
I just solved the problem by moving my dependency to
turbo
fromdevDependencies
todependencies
: