Shopify Node Server command don't working

I need to develop an app with node/react and embed it into Shopify. I installed Shopify CLI properly. From installed CLI I created a new app. When I type shopify node server command on the terminal, I get this error message.

tar is required for installing ngrok. Please install tar using the appropriate package manager for your system.

Is there any program that is named tar? Or what does tar refers to for this case? How I can overcome this problem. I am in trouble. my operating system is windows 7.

Upvotes: 1

Views: 3014

Answers (3)

Sol
Sol

Reputation: 3

On windows, try to use cmd as admin, that works for me c: then you can use the command in any term

Upvotes: 0

Rohit Martires
Rohit Martires

Reputation: 321

they changed the cmd to shopify app serve

for shopify-cli version: 2.7

Upvotes: 3

Ali Faiz
Ali Faiz

Reputation: 232

try to manually install ngrok in your system and then run command make sure its shopify node serve not shopify node server

Upvotes: 1

Related Questions