react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate icon indicating copy to clipboard operation
react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate copied to clipboard

Unable to update to react-scripts >3.4.1

Open michielbouw opened this issue 5 years ago • 0 comments

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.

michielbouw avatar Aug 19 '20 08:08 michielbouw