medusajs / b2b-starter-medusa

Official Medusa B2B Starter template. Features common B2B ecommerce requirements and can be easily adapted and extended.
https://dub.sh/medusa-b2b-starter
MIT License
141 stars 42 forks source link

No access to the storefront locally #31

Closed rida-rechrache closed 1 month ago

rida-rechrache commented 1 month ago

Hello, Previously, the project was working fine on my local environment, but after the structural changes with Turborepo, I can no longer access it locally.

image

image

I think you shoud editing app/page.tsx

riqwan commented 1 month ago

hey @rida-rechrache, can you share how to reproduce this?

Generally, if you do the following it should work:

  1. go to root of the monorepo
  2. yarn install
  3. yarn dev

It should start server & storefront. Additionally, ensure that you have atleast yarn 3

rida-rechrache commented 1 month ago

Hello @riqwan, yes, it's solved with Yarn version 3. Before, I had version 1.2. Thank you :)

riqwan commented 1 month ago

Thanks! Will make the repo require yarn 3 before launch. 🎉