It seems like (at least locally anyway) it's a problem with using git bash. If you run it in powershell it runs correctly and you don't get the raw error. I found this documentation: https://blog.logrocket.com/using-stdout-stdin-stderr-node-js/
03-05-2023
I get this on a windows box locally when I even try to initialize a new application via: `npm init @Shopify/app@latest`. Same error when I use latest yarn as well.node --version: 18.14.0npm --version: 9.6.0git --version: 2.39.1.windows.1