@Javi_Gn have you found a solution to this issue? I am running into the same problem although I am getting it when I try and serve the application through running npm run dev
I have been running into the same issue. EPIPE errors relate to the communications between processes, which usually indicates that some connection has been temporarily broken. My suspicion is that you’re running into a transient outage in your internet connection; most frequently nowadays this would be due to WiFi congestion.
I would suggest trying a different connection method, ethernet if possible. I changed to a different WiFi network and managed to (at least temporarily) resolve this issue. My app rendered without any code changes, with no EPIPE error messages in the console.