Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred in Next.js turbopack with yarn berry. #77357

Open
jhnnxx opened this issue Mar 21, 2025 · 0 comments
Open

Error occurred in Next.js turbopack with yarn berry. #77357

jhnnxx opened this issue Mar 21, 2025 · 0 comments
Labels
Turbopack Related to Turbopack with Next.js.

Comments

@jhnnxx
Copy link

jhnnxx commented Mar 21, 2025

Link to the code that reproduces this issue

https://github.com/jhnnxx/next-15-foxtrot

To Reproduce

  1. Start dev (yarn dev : "next dev --turbo")
  2. can't start next.js
  3. ▲ Next.js 15.2.2 (Turbopack)

✓ Starting...
FATAL: An unexpected Turbopack error occurred. Please report the content of /var/folders/v1/3fn16dv16559n3db2mjj5vjr0000gp/T/next-panic-db32d3be174de20fcd3e37b65674d012.log, along with a description of what you were doing when the error occurred, to https://github.com/vercel/next.js/issues/new?template=1.bug_report.yml
[Error [TurbopackInternalError]: Next.js package not found

Debug info:

  • Execution of get_entrypoints_with_issues_operation failed
  • Execution of EntrypointsOperation::new failed
  • Execution of Project::entrypoints failed
  • Execution of AppProject::routes failed
  • Execution of directory_tree_to_entrypoints_internal failed
  • Execution of directory_tree_to_loader_tree failed
  • Execution of get_next_package failed
  • Next.js package not found]
  1. I'm using yarn 4.7.0 and next.js 15.2.2

Current vs. Expected behavior

be executing my dev process.

Provide environment information

Binaries:
  node: 20.19.0
  yarn: 4.7.0
  next.js: 15.2.2

Which area(s) are affected? (Select all that apply)

Turbopack

Which stage(s) are affected? (Select all that apply)

next dev (local)

Additional context

No response

@github-actions github-actions bot added the Turbopack Related to Turbopack with Next.js. label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Turbopack Related to Turbopack with Next.js.
Projects
None yet
Development

No branches or pull requests

1 participant