Issue with deploying on Netlify UI

Not too sure why that would happen! Some good first steps for debugging builds at Netlify that don’t match your local (I assume the installation of dependencies does work for you when you run it locally? If not, fixing that is step 0!) is following this guide:

Specifically:

  1. please confirm that you can build locally at all. If not, you’ll have to troubleshoot that yourself as our staff are not yarn experts :slight_smile:
  2. please confirm that our builds use the correct versions of yarn, node, etc - ones that match your working local build. I can’t imagine that you use both yarn v1.22.18 AND v 3.2.0 as the build logs show here: Netlify App
  3. once you have a build using the same local versions and Netlify versions, if things still don’t work, answer the 3 questions at the end of that post (but answer them in this thread) and we’ll be happy to look more deeply.