Turbopack Error: Next.js package not found #82979
Replies: 2 comments 1 reply
-
This error usually happens because Turbopack cannot find the Next.js package in your project. The most common reason is that Next.js has not been installed yet. To fix this, check your Another possible cause is a corrupted It is also important to ensure that your project is running on a supported version of Next.js, since Turbopack is still experimental and requires Next.js 13 or newer. If necessary, update your Next.js version by running In short, verify that Next.js is installed, reinstall your dependencies, upgrade to a supported version if needed, and run your commands from the proper project directory. These steps usually resolve the “Next.js package not found” error when using Turbopack. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
84fde91e
Error message:
Beta Was this translation helpful? Give feedback.
All reactions