Hi folks,
I am new here. I was trying to build my first App with the Shopify CLI, and I am trying to generate page use “shopify generate page” command line, but i’ve got error bellow,
my shopify CLI version is 1.5.0
$ shopify version
1.5.0
My Steps:
- I have created using the command line: shopify create
- Choose NodeJS
- Everything was perfectly installed with no errors
- I have installed the App in my store with no problems
- .env file was updated automatically my ngrok link, also the app configs in the partner dashboard
- I have tried to generate page use “shopify generate page”
- Error
$ shopify generate page products
? Which template would you like to use? (You chose: empty-state)
⠋ Generating empty-state page...
✗ Error
kill shopify serve and tried to generate page again
$ shopify generate page products
? Which template would you like to use? (You chose: empty-state)
⠋ Generating empty-state page...
✗ Error
even if I Running server or not i got both error ![]()
I am going to develop a custom app appreciate your help.
Thanks you!