-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-scripts start does not work with lerna run --parallel --stream #8685
Comments
I have the same issue need rollback to v3.4.0 currently. |
From what I can tell, this only happens when the |
I'm also seeing this issue. Tried removing |
we've had several issues using lerna exec/run and use the concurrently package in place of lerna exec/run. it requires a bit of setup but overall has more features and fewer bugs. |
I ended up reverting back to |
This change is introduced by commit 7e6d6cd, and can be worked around by commenting out these lines in
|
Fix facebook#8685 Refer same issue with rollup rollup/rollup#2410 (comment)
Facing this same issue. I think lerna maybe triggering an end after running a task in parallel. |
rollback react-scripts to 3.4.0 facebook/create-react-app#8685
Instead of commenting out the line I set |
I have the same issue, rollback to v3.4.0 is working fine for me! Thanks |
Reverting CRA to 3.4.0 because of a lerna compatibility issue. Wait for facebook/create-react-app#8685 to resolve # Conflicts: # packages/itmat-ui-react/package.json # yarn.lock
Maybe something like this.
|
…ensures that we can start / monitor apps in local dev; drops CRA scripts version to get around facebook/create-react-app#8685"
Potentially related: #8691 |
@ianschmitz thanks for reviewing/merging the fix in #8700 🙏 ! I see this issue is associated with CRA's 4.0 milestone right now, but would you potentially consider including the fix in a 3.4.2 "patch" release? Our team is trying to upgrade TypeScript, so we need to upgrade CRA to 3.4.1. But if we upgrade to 3.4.1, then we face this issue with Lerna. For now, we're planning to use the workaround suggested in #8685 (comment) while running our application locally. Anyways, thanks for all your work on CRA! |
Since react-scripts 3.4.1
On macos 10.15.3 (not tested elsewhere)
running the command :
does not start the webpack dev server.
If i remove all lerna arguments it works :
The text was updated successfully, but these errors were encountered: