Turbopack Error: Next.js package not found #78232
Closed
raoultransvie
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
yarn dev
▲ Next.js 15.3.0 (Turbopack)
✓ Starting...
FATAL: An unexpected Turbopack error occurred. A panic log has been written to /tmp/next-panic-82c7942b630d792e17ebc091b8f76c02.log.
To help make Turbopack better, report this error by clicking here: https://github.com/vercel/next.js/discussions/new?category=turbopack-error-report&title=Turbopack%20Error%3A%20Next.js%20package%20not%20found&body=Turbopack%20version%3A%20%60664110c1%60%0A%0AError%20message%3A%0A%60%60%60%0ATurbopack%20Error%3A%20Next.js%20package%20not%20found%0A%60%60%60&labels=Turbopack,Turbopack%20Panic%20Backtrace
[Error [TurbopackInternalError]: Next.js package not found
Debug info:
Beta Was this translation helpful? Give feedback.
All reactions