Shopify / shopify-app-template-php

280 stars 90 forks source link

Can not create new app with shopify-cli after new update #461

Open magecomp-shopify-team opened 1 year ago

magecomp-shopify-team commented 1 year ago

Issue summary

I need to create a new shopify app using Shopify-cli after the new update cli can not support PHP templates allies is supported.

Expected behaviour

Create a Shopify PHP app using Shopify-cli.

Actual behaviour

Getting an error when I run the bellow command in the terminal. Only remix, none template aliases are supported

Only remix, none template aliases are supported

Steps to reproduce the problem

Node: v18.12.1 npm: 8.19.2 then run below command

  1. npm init @shopify/app@latest -- --template php

image

uttam-praella commented 1 year ago

Facing the same error, it seems like Shopify removed support for PHP template.

fiko commented 8 months ago

not sure what was the issue, but now it is working. Maybe try to use latest nodejs? I'm using node 20

image