@scottw @Netlify If I get builds which work locally but fail on the Netlify CI, I:
1. Try the Netlify build again with clear build cache (from the deploy admin)
2. Ensure that the versions of node or other environments being used match (https://www.netlify.com/docs/continuous-deployment/#set-node-ruby-or-python-version)
These often resolve things for me