markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.58k stars 1.01k forks source link

Unexpected EOF Error When Running `make` Command #1178

Open YevhenZvieriev opened 4 months ago

YevhenZvieriev commented 4 months ago

When executing the make command in the ~/docker-magento/compose directory, the following error messages are displayed multiple times:

Screenshot from 2024-06-23 13-07-59

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.