I am new to deploying my application in Heroku for the first time.
Although my deployment was successful, I encountered an error.
https://i.sstatic.net/EDB66.png
Upon running heroku logs --tail,
This is the error message that I am seeing
Despite trying various solutions from online and Stack Overflow, I am still facing the same error
Below is a snippet of my package.json file:
{
"name": "ff-fabric",
"version": "1.0.1",
"description": "ImagEditor",
"license": "MIT",
... (omitted for brevity)
}
https://i.sstatic.net/iX2yk.png
Here is the source code file (SRC) causing the issue: