So I'm trying to create a shopify php app using shopify api with this command:
shopify app create php
but it's failed, returning me this error message:
An unexpected error occured.
To submit an issue include the stack trace.
To print the stack trace, add the environment variable SHOPIFY_CLI_STACKTRACE=1.
And nothing else. It's useless as I don't know what's wrong with my command or system to fix, so I tried this:
shopify app create php SHOPIFY_CLI_STACKTRACE=1 or this shopify app create php --SHOPIFY_CLI_STACKTRACE=1
But still see the same error message without any further information. Perhaps the above environment variable should be added to somewhere else, not the cli command? Also, I can't create php app, but creating node app is perfectly fine, if you know why, please tell me.
Any help is greatly appreciated, thank you!