Turbopack Error: Next.js package not found #78886
Closed
shaper
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.
-
Turbopack version:
v15.3.0-5-gfa536cf2c
Error message:
What I did:
visit http://localhost:3000
leave the app running
in another window, cd to the app root dir and run:
upon which this crash happened.
Beta Was this translation helpful? Give feedback.
All reactions