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.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
770 stars 672 forks source link

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

Open ddedic opened 3 years ago

ddedic commented 3 years ago

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:

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)