saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.

Home Page:https://demo.saleor.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run main branch (or Saleor Storefront 3+) at all

ddedic opened this issue · comments

What I'm trying to achieve

Locally run development version (main branch).

Did anyone managed to run latest version of saleor-storefront?
No matter what I do, after cloning repository, checking out main branch, installing node packages, can't successfully run dev version or even build production ready version.

I get number of problems:

  • number of failed typescript checks
  • missing modules (@apollo/react-common, .next/fallback-build-manifest.json, etc)

Steps to reproduce the problem

  1. git clone https://github.com/mirumee/saleor-storefront.git
  2. git checkout master
  3. npm i
  4. update .env file
  5. npm start

What I expected to happen

Successfully run dev version of the latest branch

System information
Node: 14.16
Operating system: Mac
Browser: Chrome (latest)