Node template not showing up
nikantkamat opened this issue · 3 comments
nikantkamat commented
Issue summary
@shopify/shopify-app-express
version:- Node version: 16.20.1
- Operating system: windows 64
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
@niks7392 did you find a way to install the node template?
walid-chekkouri commented
@niks7392 You can use: npm init @shopify/app@latest -- --template "Link to this github repo" instead, it worked for me :)
nikantkamat commented
@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