Turbopack Error: Next.js package not found #80923
Replies: 2 comments 1 reply
-
The error means Turbopack can't find the next package. Make sure it's installed and properly linked in your workspace, and that your project structure aligns with how Turbopack expects to find Next.js apps. @FerretAngel tell me if you face any problem again or you want in more detail about it |
Beta Was this translation helpful? Give feedback.
-
I found the root cause! It was because the repository I pulled contained a pnpm-lock.yaml file, which conflicted with the local monorepo project's pnpm-lock.yaml. This caused the inability to find the correct packages. After I deleted the pnpm-lock.yaml file in the project and reinstalled the dependencies, it worked normally. Thank you very much for your help!❤ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I pull this repository to a menorepo will trigger the error in the project
Turbopack version:
7961021f
Error message:
Beta Was this translation helpful? Give feedback.
All reactions