Unable to deploy Reactjs App on pages, ending with error code 1

I have been able to connect to my Reactjs repository in CF pages. I have successfully added my gitHub repository and added a variable name for the version of Node that is installed on my PC (18.17.1). Note that the version of node that is showing in my package.JSON dependencies is 14.21.0. When I click on the “Save and Deploy” it attempts to do the build. After almost 2 minutes (in the ‘building application’) step, it ends with a “error code 1”.

I can successfully do an ‘npm start’ and an ‘npm run build’ on my application outside of CF. I have searched for the ‘error code 1’ for Reactjs applications both within Cloudflare and in “duck-duck-go” and have tried a couple of things but have not yet found anything that works.

Any help that you might be able to provide is greatly appreciated!

Thanks for the help! Cheryl

I was able to resolve this issue… it can be closed out.