react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate
react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate copied to clipboard
Unable to update to react-scripts >3.4.1
Right now unless you use the fix mentioned here: https://github.com/facebook/create-react-app/issues/8685#issuecomment-606933276 you are unable to use lerna with this project if you update to react-script version 3.4.1 or later.
To solve it for --parallel --stream start commands use CI=true env. variable. This is not good for the UI of the output, but it will still work.
Let's hope they will update this later on.