Turbopack Error: Next.js package not found #78192
Replies: 5 comments 13 replies
-
|
I keep seeing this error every other day... 🤔
Could you share more details about your repository? |
Beta Was this translation helpful? Give feedback.
-
No joke, my friend — I just tried again and I'm still getting this error.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the report! This error usually happens when Turbopack determined your project’s root directory based on a lockfile that exists further down the filesystem than where next is installed. For example, something like this: Here, Turbopack determined the root directory to be You’ll need to either:
We’re working on a better way of communicating this problem, and exploring other approaches where the root directory can be better discovered automatically. |
Beta Was this translation helpful? Give feedback.
-
|
I use Docker. |
Beta Was this translation helpful? Give feedback.
-
|
But problems can happen if you use https://pnpm.io/settings/#virtualstoredir outside the project root. @wbinnssmith, @icyJoseph, @timneutkens, do you need a reproduction for this or can you reproduce it yourself? Just add |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
v15.3.0-canary.45-23-g664110c18Error message:
Beta Was this translation helpful? Give feedback.
All reactions