Reputation: 1
Shopify Hydrogen: Unable to link to existing store during setup
I am trying to create a new Hydrogen storefront and link it to my existing Shopify store. However, after selecting "Link to an existing store" during the setup (npm create @shopify/hydrogen@latest
), I get an error related to SelectPrompt requires at least one choice and cannot proceed.
npm create @shopify/hydrogen@latest
How can i fix this error. When run this command, i chosen Link your Shopify account
, but i got this error.
Please help me
Upvotes: 0
Views: 35
Reputation: 11
Try manually specifying the store URL:
npm create @shopify/hydrogen@latest -- --store=my-store.myshopify.com
Upvotes: 0