Closed IhsanDevs closed 2 years ago
quick fix:
locate install folder for androidjs-builder with npm list -g
usually: _/usr/local/lib/nodemodules or _/usr/lib/nodemodules
in your case: _/opt/homebrew/lib/nodemodules
cd into it and remove offending lines:
sudo find androidjs-builder -type f -exec sed -i -e "s/process.stdout.clearLine();//g" {} \;
sudo find androidjs-builder -type f -exec sed -i -e "s/process.stdout.cursorTo(0);//g" {} \;
to remove the progess bar too:
sudo find androidjs-builder -type f -exec sed -i -e "s/state.progress.start();//g" {} \;
sudo find androidjs-builder -type f -exec sed -i -e "s/progress.start();//g" {} \;
Getting this error when building app from Symfony Proccess :
I want to building app using my Laravel custom command and will execute a command for building app using Symfony Proccess. This is my PHP Laravel code :
How to fix this problem? Desktop: