I need advice to debug deploy Netlify App
ERROR: Command failed with exit code 127: CI = npm run build
I need advice to debug deploy Netlify App
ERROR: Command failed with exit code 127: CI = npm run build
hey there,
can you try matching this exactly:
CI= npm run build
the space is required, and i saw in your code that there was no space.
Can you try this and see if it fixes things?