Encountered error while downloading ERPNext from my forked GitHub instance. Seeking assistance


I’m seeking assistance in resolving an issue related to the installation of an app using the Frappe Bench command. The command I used, bench get-app , executed successfully. However, upon attempting to load the app on the site, I encountered the following error.

Could someone kindly provide guidance on troubleshooting this situation?

Your support is greatly appreciated.

Hey, your error says you’re trying to install a higher version of erpnext on a lower frappe version. So try to install your app using these steps rather:

bench get-app erpnext --branch version-15
bench --site erp install-app erpnext

@Mohammed_Anas1