Netlify Deployment Failure: Build script returned non-zero exit code: 1

Hi, can you please me to deploy eager-blackwell-f8858f ?

Unfortunately, it fails near the last stage of the build. There were some warnings which I attempted to resolve such as updating core-js@2.6.10 to core-js 3.4 but continue to persist.

Below is the log.

Also I have updates the package.json file on a local machine but still having difficulty getting the site launched. Thank you for your time.

Hello, I’m not an expert on Gatsby but reading the log it seems you have a problem with gatsby-source-filesystem.

At least according to this message:

8:29:12 PM: The path passed to gatsby-source-filesystem does not exist on your file system:

Maybe this will help you out?
See [gatsby-source-filesystem]: The path passed to gatsby-source-filesystem does not exist on your file system: undefined · Issue #9863 · gatsbyjs/gatsby · GitHub

Hi bzin, I’ll change the path. I will try again and see if that helps. Thank you.