Closed kalimar closed 4 years ago
I @kalimar : I will like to look into this
@anusha5695 Just starting out with terrastories and hit this problem. I think it's because public/packs is versioned. Removing public/packs and it works like a charm.
Great news. We'll cut another ticket to clean up the docs for people not to run things twice.
@anusha5695 Are you still interested in this ticket? Otherwise I'll be happy to fix it.
@anusha5695 Thanks for considering the ticket. We can definitely find you some more issues in around node modules if you are interested. @wulffeld found a solution and is going to submit a PR.
Our documentation currently recommends running
docker-compose build
as well asdocker-compose run web yarn install
. This shouldn't be needed becauseyarn install
is built into thebuild
script.This ticket requires researching the root cause of the issue and providing a solution that works on all three operating systems: Windows, macOS, and Linux.