Hi, I’m trying out the Shopify CLI. I’m going through this tutorial. I’m using Windows 10.
Running “shopify node create” scaffolds the new project but when I run “shopify node serve” I get this error:
√ curl @ C:/WINDOWS/System32/curl.EXE
√ tar @ C:/Rtools/bin/tar.EXE
- Installing ngrok...
X System call failed: tar -xf C:/[...]/shopify/ngrok.zip
(I inserted the “[..]” to hide personal info in the folder name)
The “…/shopify/ngrok.zip” DOES exist. I tried deleting it and running “shopify node serve” again but same thing happens.
Based on this. I think “shopify node serve” is downloading a zip – thinking I’m on MAC – and then since I’m on Windows, it tries to tar(untar?) the zip file.
Hi, thanks for the reply. In case someone has a similar problem, I manually unzipped the file and was able to use the command with no problems after than.
Hi Thanks for the question.! Yes downloading the ngrok from the official site and extracting it and place the ngrok.exe into the shopify folder (C:\Users[YourUserName]\AppData\Local\shopify) will work.