Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected EOF Error When Running make Command #1178

Open
YevhenZvieriev opened this issue Jun 23, 2024 · 0 comments
Open

Unexpected EOF Error When Running make Command #1178

YevhenZvieriev opened this issue Jun 23, 2024 · 0 comments

Comments

@YevhenZvieriev
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant