Next.js E-commerce Starter not working

Hello, the next-ecomerce template is deprecated


I guess that you can clone the repo anyway

Try this link instead

  • Using Yarn
    yarn create strapi-app my-app-name --template ecommerce

  • Or using NPM
    npx create-strapi-app my-app-name --template ecommerce