-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
build watch
hangs under supervision
#9991
Comments
I experience the same issue, where I commonly run It does run for a while, until it doesn't. I could not observe any reason for failure. When it stops running, it just gets stuck on the last "✨ Built in [...]ms" and stops reacting to changed files or keyboard interrupts. Note that I run Also note that this is not an issue of forwarding keyboard interrupts into the container: Before Using pnpm 9.10.0 and parcel 2.12.0 on node 22.6.0. I will try capturing anything useful with Edit: Nothing of interest was found in the resulting JSON trace files. All in all, 6 trace files were generated within a span of 16 minutes and 21 seconds.
Then,
The process was not killable by Trying to restart
Furthermore, successfully running
Parcel cache was corrupted. To make building succeed again, |
I have the same exact issue. As context I'd add that I'm working with windows + wsl with a ubuntu distro and docker (DDEV). Even disabling the cache with the
|
🐛 bug report
I run my dev environment under
process-compose
. When I try to addparcel watch
to myprocess-compose.yaml
, it runs but never gets past$ .../frontend/src/node_modules/.bin/parcel watch --dist-dir ../dist/
In fact,
yarn parcel
stops responding to SIGINT, which means thatprocess-compose
won't exit cleanly either. I have topkill -9 yarn
.🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
parcel watch
would run as part of my dev environment.😯 Current Behavior
It hangs early, doesn't build, and stops my environment process supervisor from working.
💁 Possible Solution
I do not have the expertise with Node to debug this level of OS issue.
🔦 Context
I'm trying to use parcel as part of a full stack app, and incorporate it into a build environment that works for that.
💻 Code Sample
?
🌍 Your Environment
The text was updated successfully, but these errors were encountered: