By mistakenly My Junior Deleted the Frappe App (Base) Directory from the bench/apps/ folder. Is there any ways to reinstall Frappe?
try running bench get-app frappe
I tried. It didn’t worked.
cd bench/apps
git clone https://github.com/frappe/frappe.git --branch {VERSION_BRANCH} --depth 1
bench setup requirements
Then you should be good again.
1 Like
Otherwise, you can also use the command (if the bench is deleted)
bench init --frappe-branch version-15 frappe-bench