Skip to content

The command 'turbo build' is stuck. #10725

Answered by SametDulger
mushroomyuan asked this question in Help
Discussion options

You must be logged in to vote

Hi mushroomyuan,

From your description, it seems like Turbo is hanging before it even reaches the build scripts, which suggests the issue is likely related to Turbo’s task graph resolution or caching rather than the build commands themselves.

Here are some troubleshooting steps and ideas:

Check for cyclic dependencies
Turbo can hang if there are circular dependencies in your monorepo tasks. Review your package dependencies and dependsOn config to make sure no cycles exist.

Simplify your turbo.json temporarily
Try commenting out all tasks except build and remove dependsOn fields to isolate if a specific dependency causes the hang.

Clear Turbo cache and daemon
You mentioned --no-cache and -…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mushroomyuan
Comment options

Answer selected by mushroomyuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants