From e6f7deec5cb688e8b43a56223f9c2d624b187c63 Mon Sep 17 00:00:00 2001 From: Reuel Ramos Ribeiro Date: Tue, 1 Apr 2025 08:02:19 -0300 Subject: [PATCH] Update development.md (#1600) Clarify documentation about error. Solution was found at: https://discuss.frappe.io/t/youre-attempting-to-install-erpnext-version-15-with-frappe-version-16-this-is-not-supported-and-wi/127422 --- docs/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development.md b/docs/development.md index 1d862231..8bdeb4f8 100644 --- a/docs/development.md +++ b/docs/development.md @@ -221,6 +221,11 @@ bench --site development.localhost install-app erpnext ``` Note: Both frappe and erpnext must be on branch with same name. e.g. version-14 +You can use the `switch-to-branch` command to align versions if you get an error about mismatching versions. + +```shell +bench switch-to-branch version-xx +``` ### Start Frappe without debugging