Turbopack Error: Next.js package not found #82594
quangnguyentan
started this conversation in
Turbopack Error Report
Replies: 2 comments
-
This usually happens if Turbopack can’t locate
npm install next react react-dom
# or
yarn add next react react-dom
rm -rf .next node_modules
npm install
If you still hit the error, it might be tied to the current Turbopack snapshot you’re using. In that case, try running with Webpack temporarily: next dev (without |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, We have added some more checks for this error, which print warnings when multiple lock files are found. Refer to this comment for instructions on how to fix it: #78192 (comment) |
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:
91e5b6b8
Next.js version:
0.0.0
Error message:
Beta Was this translation helpful? Give feedback.
All reactions