#Next.js package not found in Turporepo

1 messages · Page 1 of 1 (latest)

icy cobalt
#

When creating a new Turborepo application using the command bun create turbo@latest, installing all dependencies, and attempting to run the app, the following error is encountered:

FATAL: An unexpected Turbopack error occurred. Please report the content of /tmp/next-panic-7cae
5f863f055c864c3b1fcd3187cb05.log, along with a description of what you were doing when the error
occurred, to https://github.com/vercel/next.js/issues/new
[Error [TurbopackInternalError]: Next.js package not found

Debug info:
- Execution of get_entrypoints_with_issues 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 *FileSystemPath::join failed
- Execution of get_next_package failed
- Next.js package not found]
slate yacht
icy cobalt
slate yacht
#

ah nice

icy cobalt
#

Should I report this issue to turporepo ?

slate yacht
#

i made a pr to nextjs last month

#

but they havent released a full stable yet

icy cobalt
#

@slate yacht Thank you for your response

slate yacht
#

no problem, glad i could help :)

icy cobalt
#

@slate yacht It seems like this PR has been released
#910551836333863032 message
Next.js does work fine without Turporepo