Bench start failed

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.

1 Like

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

1 Like

So then I guess use ‘bench setup procfile’ with caution

Edited the procfile and it worked