We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While creating an app using --template php the command is giving following error:
--template php
╭─ error ────────────────────────────────────────────────────────────────────────────╮ │ │ │ Only remix, none template aliases are supported, please provide a valid URL │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────╯
It should install shopify php app template.
npm init @shopify/app@latest -- --template php
The best way to get your bug fixed is to provide a reduced test case.
The text was updated successfully, but these errors were encountered:
Use shopify app init --template=https://github.com/Shopify/shopify-app-template-php
shopify app init --template=https://github.com/Shopify/shopify-app-template-php
Sorry, something went wrong.
No branches or pull requests
Issue summary
While creating an app using
--template php
the command is giving following error:Expected behavior
It should install shopify php app template.
Actual behavior
Steps to reproduce the problem
npm init @shopify/app@latest -- --template php
Reduced test case
The best way to get your bug fixed is to provide a reduced test case.
Checklist
The text was updated successfully, but these errors were encountered: