New Shopify Certification now available: Liquid Storefronts for Theme Developers

Shopify CLI 3.48 No template option

Solved
DaveHorne
Visitor
3 0 0

I'm trying to use the cli to scaffold a ruby app and see lots of great tutorials on how to do this but it seems like the flow has changed and now my only option is to use the cli to build a remix app. I never get asked if I want to build a different template. 

 

See attached for the commands I'm running. Is it not possible to build anything but a remix app now with the cli? I'm on macos in case that helps.

Current Shopify CLI version: 3.48.0

davidhorne@Davids-MacBook-Pro web % npm init @Shopify/app@latest                                                                         

 

Welcome. Let’s get started by naming your app project. You can change it later.

 

?  Your project name?

  amortizable-negotiation-app

 

?  Get started building your app:

  Start with Remix (recommended)

 

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

Installing dependencies ...

^C

davidhorne@Davids-MacBook-Pro web % npm init @Shopify/app@latest

 

Welcome. Let’s get started by naming your app project. You can change it later.

 

?  Your project name?

  stable-sponsorship-app

 

?  Get started building your app:

 

>  Start with Remix (recommended)

   Start by adding your first extension

 

   Press ↑↓ arrows to select, enter to confirm.

Accepted Solution (1)
NassimZahrir
Shopify Partner
1 1 1

This is an accepted solution.

Hey @DaveHorne try

 

npm init @shopify/app@3.46.5

 

 

 

View solution in original post

Reply 1 (1)
NassimZahrir
Shopify Partner
1 1 1

This is an accepted solution.

Hey @DaveHorne try

 

npm init @shopify/app@3.46.5