Shopify / shopify-app-template-node

MIT License
860 stars 393 forks source link

Node template not showing up #1293

Closed nikantkamat closed 12 months ago

nikantkamat commented 12 months ago

Issue summary

 app>npm init @shopify/app@latest

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

?  Your project name?
✔  profitable-outsource-app

?  Get started building your app:

>  Start with Remix (recommended)
   Start by adding your first extension

   Press ↑↓ arrows to select, enter to confirm.

Expected behavior

Should show node as template to get started with

Steps to reproduce the problem

1.npm init @shopify/app@latest

powext commented 12 months ago

@niks7392 did you find a way to install the node template?

walid-chekkouri commented 12 months ago

@niks7392 You can use: npm init @shopify/app@latest -- --template "Link to this github repo" instead, it worked for me :)

nikantkamat commented 12 months ago

@niks7392 You can use: npm init @shopify/app@latest -- --template "Link to this github repo" instead, it worked for me :)

Yes I figured it out so closed the issue also stuck in extensions deployment finding a solution to make admin-extension deploy to Shopify