You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
With following command:
the errror messages:
appears.
Not sure where to look for troubleshooting.
The text was updated successfully, but these errors were encountered: