Since react-scripts 3.4.1 On macos 10.15.3 (not tested elsewhere) running the command : ```sh yarn lerna run --parallel --stream start ``` does not start the webpack dev server. If i remove all lerna arguments it works : ```sh yarn lerna run start ```