Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello Folks,
I'm trying to create a Shopify app using Shopify CLI.
Everything looks easy and smooth until I reach a point that I don't know what to do.
I have followed the steps of this video How to Build a Shopify App with Node and React
When I type Shopify Serve I get this error:
Error: write EPIPE
┃ at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:94:16)
The app doesn't show anything:
I have been several days looking on the internet for solutions but I haven't found anything.
Any of you know how to solve this? You would make me a really happy guy!
hi - can you show the couple of lines above in your terminal?
it might be related to the API version selected.
@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`
Have anyone found the solutions? I am having the same issue. My app not running properly and it just displaying this error in the terminal.
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.
Best of luck!