Reinstall Frappe (Base) App

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.

@Vickypandiyan007

  1. cd bench/apps
  2. git clone https://github.com/frappe/frappe.git --branch {VERSION_BRANCH} --depth 1
  3. 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