I get this error when running bench start :
Error : no such option : --quiet
I tried a solution given on this link which this :
sudo supervisorctl stop all
but it did not work.
The instance is in developer mode.
I get this error when running bench start :
Error : no such option : --quiet
I tried a solution given on this link which this :
sudo supervisorctl stop all
but it did not work.
The instance is in developer mode.
Frappe did a dumb when they broke the Procfile for older versions of Frappe.
Either update frappe / erpnext, or edit the Procfile
and remove the -quiet
argument from the lines
So then I guess use ‘bench setup procfile’ with caution
Edited the procfile and it worked