Command failed with exit code 127: CI= npm run build

Hi Yujohn,

Thanks for responding! your tip helped!

cd client && npm run build didn’t work for me, but it did give me the idea to try npm install && CI= npm run build which worked.

thanks everyone for your help

2 Likes