Unexpected EOF Error When Running make
Command
#1178
Labels
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
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: