Shopify / shopify-app-template-node

MIT License
860 stars 393 forks source link

Only remix, none template aliases are supported #1312

Closed Oteiza-a closed 7 months ago

Oteiza-a commented 7 months ago

Issue summary

I need to create a new shopify app using shopify-cli with the node template, but seems like after the new update, the cli doesn't support the any other template that isn't remix.

Is shopify removing support from any template that is not remix? Is this something definitive?

~ npm init @shopify/app@latest -- --template --node
╭─ error ──────────────────────────────────────────────────────────────────────╮
│                                                                              │
│  Only remix, none template aliases are supported                             │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯

Expected behavior

It is expected for the cli to initialize a shopify app with the node template.

Actual behavior

Getting an error when I run the npm init @shopify/app@latest -- --template --node command in the terminal: Only remix, none template aliases are supported

Steps to reproduce the problem

1.- Open a terminal with a node version v18.14.1 2.- Run the npm init @shopify/app@latest -- --template --node 3.- Error Only remix, none template aliases are supported will appear.