Create react app clears the output of other projects in v2, used to work in v1 #9547
-
Summarywhen i run npm run dev, multiple projects spin up but their output gets cleared with no way to scroll back up. you can see in the video how the output gets deleted quickly and only the last project output is visible whereas the other projects output was auto cleared Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is the fault of This is one of the many reasons that we built the new Terminal UI in 2.0. I'd highly encourage you to use it instead, since we can handle poorly behaved tools like these with this iteration of the UI. |
Beta Was this translation helpful? Give feedback.
This is the fault of
create-react-app
not handling terminal outputs correctly: facebook/create-react-app#2495This is one of the many reasons that we built the new Terminal UI in 2.0. I'd highly encourage you to use it instead, since we can handle poorly behaved tools like these with this iteration of the UI.