I need advice to debug deploy https://app.netlify.com/sites/vigorous-taken/deploys/5f4b4e365bf930f511ad3193
ERROR: Command failed with exit code 127: CI = npm run build
I need advice to debug deploy https://app.netlify.com/sites/vigorous-taken/deploys/5f4b4e365bf930f511ad3193
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?