Thanks to visit codestin.com
Credit goes to github.com

Skip to content

unexpected Turbopack error #78093

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

Closed
Kamasah-Dickson opened this issue Apr 12, 2025 · 3 comments
Closed

unexpected Turbopack error #78093

Kamasah-Dickson opened this issue Apr 12, 2025 · 3 comments
Labels
Turbopack Related to Turbopack with Next.js.

Comments

@Kamasah-Dickson
Copy link

Link to the code that reproduces this issue

https://github.com/Bruh-Codes/yieldEdu.git

To Reproduce

  1. clone the repo https://github.com/Bruh-Codes/yieldEdu.git
  2. pnpm install
  3. pnpm dev

Current vs. Expected behavior

i just cloned my repo to work on some features after installation i run pnpm dev and got this error

FATAL: An unexpected Turbopack error occurred. Please report the content of C:\Users\hp\AppData\Local\Temp\next-panic-91d4883201a4ed368537182b6a7404b5.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]

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 11 Pro
  Available memory (MB): 7506
  Available CPU cores: 12
Binaries:
  Node: 22.14.0
  npm: 10.9.2
  Yarn: N/A
  pnpm: 9.15.4
Relevant Packages:
  next: 15.2.4 // There is a newer version (15.3.0) available, upgrade recommended!
  eslint-config-next: 15.2.4
  react: 19.1.0
  react-dom: 19.1.0
  typescript: 5.7.2
Next.js Config:
  output: N/A
 ⚠ There is a newer version (15.3.0) available, upgrade recommended!
   Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue.
   Read more - https://nextjs.org/docs/messages/opening-an-issue

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 Apr 12, 2025
@dlehmhus
Copy link
Contributor

@Kamasah-Dickson I had the same error today. Deleting the pnpm-lock.yaml file and re-installing fixed that issue for me. But that is just a workaround!

@Kamasah-Dickson
Copy link
Author

@dlehmhus I also tried re-installing it was fixed. but its temporal next should look into it

@timneutkens
Copy link
Member

We're planning to improve the error message with more context, there's another issue tracking that already. Will close this.

Generally the cause is:

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

3 participants