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
This commit is contained in:
Reuel Ramos Ribeiro
2025-04-01 08:02:19 -03:00
committed by GitHub
parent 0742a29105
commit e6f7deec5c

View File

@@ -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