Open RogerSik opened 3 years ago
UP! have the same issue.
ok. I found answer for this problem: before running: make prod NO_DOCKER=true try to run these 2 commands: yarn --cwd=vendor/akeneo/pim-community-dev/akeneo-design-system install --frozen-lockfile yarn --cwd=vendor/akeneo/pim-community-dev/akeneo-design-system run lib:build after you can run( for first run (for fresh install)): make prod NO_DOCKER=true for normal deployment run: make upgrade-front NO_DOCKER=true
this solution solved my issue.
@erzhan89 awesome this helped me too! :)
But shouldn't these extra steps to be integrated into the Makefile or to be documented?
this is a duplicate of https://github.com/akeneo/pim-community-dev/issues/15016
With following command:
the errror messages:
appears.
Not sure where to look for troubleshooting.