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
When executing the make command in the ~/docker-magento/compose directory, the following error messages are displayed multiple times:
The errors suggest there is an issue with unmatched quotes or syntax errors in the Makefile or associated scripts being executed. Additionally, the messages indicate that commands en_US and report.json are not found, which might be related to the issue.
Steps to Reproduce:
Navigate to the ~/docker-magento/compose directory.
Run the make command.
Expected Behavior:
The make command should execute without syntax errors, properly invoking the necessary scripts or commands as defined in the Makefile.
Actual Behavior:
Multiple unexpected EOF while looking for matching ''` errors occur, indicating syntax issues in the scripts or Makefile.
The text was updated successfully, but these errors were encountered:
When executing the
make
command in the~/docker-magento/compose
directory, the following error messages are displayed multiple times:The errors suggest there is an issue with unmatched quotes or syntax errors in the Makefile or associated scripts being executed. Additionally, the messages indicate that commands
en_US
andreport.json
are not found, which might be related to the issue.Steps to Reproduce:
Navigate to the
~/docker-magento/compose
directory.Run the
make
command.Expected Behavior:
The
make
command should execute without syntax errors, properly invoking the necessary scripts or commands as defined in the Makefile.Actual Behavior:
Multiple unexpected EOF while looking for matching ''` errors occur, indicating syntax issues in the scripts or Makefile.
The text was updated successfully, but these errors were encountered: