[dev/cli] switch from "cluster" to "child_process" module #83976
Labels
enhancement
New value added to drive a business result
Team:Operations
Team label for Operations Team
In Node 12 it seems the cluster module gets tripped up, causing an EPIPE error to be logged when killing the dev server is shut down in some cases. Additionally we have less control over how the process is spawned and have to use global setup/state stuff that is undesirable, so I'm moving the dev cli to use execa instead of the cluster module as a way to clean these up.
The text was updated successfully, but these errors were encountered: