Turbopack Error: Next.js package not found #82312
arceof7-collab
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
It looks like Turbopack couldn’t locate the next package in your project. This usually happens if the next dependency is missing from your package.json, or if node_modules hasn’t been installed properly. Here are a few things you can try:
Make sure next is listed under dependencies in your package.json. If not, you can install it with:
If none of that helps, feel free to share more details about your project structure or package.json so others can take a closer look. |
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.2
Error message:
Beta Was this translation helpful? Give feedback.
All reactions