Turborepo TUI mode console output blank since version 2.8.7

Problem

The TUI mode no longer shows console output ever since version 2.8.7.

Current Behavior

  • I used to be able to see the output of different apps by selecting them in the task list, but now all of them are blank.
  • Tasks do not seem to start correctly with pnpm turbo dev anymore.

Expected Behavior

TUI mode should show each task’s or app’s console output depending on which is selected.

Workaround

The only workaround so far is to set turbo to stream mode, but that makes the terminal output very cluttered.

Environment:

  • Framework: Next.js
  • Package Manager: pnpm

Hi, we have an open issue for this regression here: pnpm dev hangs in turborepo-basic with turbo ^2.8.7 (TUI opens, no tasks start) · Issue #11808 · vercel/turborepo · GitHub

Let’s meet up there!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.