Cannot deploy react app, deploy fails

Hello everyone, first time posting here so sorry if I am forgetting something.
I am trying to deploy my react app (link to github) https://github.com/Imstupidpleasehelp/PortfolioHost
However I am getting a deployment error.
failed during stage ‘building site’: Build script returned non-zero exit code: 1
I read online to delete the package.lock file, I did, and the error persists.
Has anyone else had this error and fixed it?
Thank you in advance.

Hey, welcome to the forum :slight_smile:

Exit code 1 is a common build error- we’ve put together a list of some things to try that should get you unstuck:

It also looks like you’re deploying create-react-app. Here’s a how-to for doing that if you’d rather go that route:

Hope these help! If they don’t, come back and we’ll revisit.

1 Like