Turbopack Error: Next.js package not found #81397
Closed
Bourne115
started this conversation in
Turbopack Error Report
Replies: 2 comments 1 reply
-
This suggests that Turbopack can’t locate the next package in your project. This usually means it wasn’t properly installed or your project isn’t structured as expected. Try running: npm install next react react-dom
# or
yarn add next react react-dom And checking "dependencies": {
"next": "^15.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
} If that doesn't fix it. Let's do a hard reset. rm -rf node_modules .turbo .next package-lock.json yarn.lock
npm install Once installed, try run your development server npm run dev |
Beta Was this translation helpful? Give feedback.
0 replies
-
please refer to that comment |
Beta Was this translation helpful? Give feedback.
1 reply
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.5
Error message:
Beta Was this translation helpful? Give feedback.
All reactions