Why do my builds fail even though I use the suggested build commands?

Hi @jcedwards48 ,

Welcome to the community!

I took a look at the latest deploy log for your site and see this:

4:12:44 PM: $ CI= npm run build
4:12:44 PM: npm ERR! code ENOENT
4:12:44 PM: npm ERR! syscall open
4:12:44 PM: npm ERR! path /opt/build/repo/package.json
4:12:44 PM: npm ERR! errno -2
4:12:44 PM: npm ERR! enoent ENOENT: no such file or directory, open '/opt/build/repo/package.json'
4:12:44 PM: npm ERR! enoent This is related to npm not being able to find a file.

I believe this will help: