You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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!
Link to the code that reproduces this issue
https://github.com/Bruh-Codes/yieldEdu.git
To Reproduce
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:
Provide environment information
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
The text was updated successfully, but these errors were encountered: