Removing bench app

I created a app in my erp site. Accidently the app folder(which i created) and its data were deleted from the drive. Now i am unable to delete app through bench command it shows “no module name found”. Same error shows in “bench start” and “bench list-apps” command also…

Hi perhaps delete the reference to the app you added from here?

frappe@ubuntu:~/frappe-bench$ find . -name apps.txt
./sites/apps.txt

frappe@ubuntu:~/frappe-bench$ find . -name apps.txt | xargs cat
frappe
erpnext

Thanks a lot. It worked.:blush:

permission denied while trying this even as root