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