Open
Description
p5.js version
No response
What is your operating system?
Mac OS
Web browser and version
No response
Actual Behavior
When I run the code using Docker on my local machine, it doesn't execute properly. I'm encountering the following errors:
- There’s an issue with the mailgun.js module, indicating that the version or dependency is not updated. Even though I have updated it, the issue persists.
- Another problem is that the manifest.json file is not found at the specified path (./dist/static/manifest.json). Even though it is present there.
Expected Behavior
I want the code to run properly(without any issues) on my local machine.
Steps to reproduce
...