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:
committed by
GitHub
parent
0742a29105
commit
e6f7deec5c
@@ -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
|
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
|
### Start Frappe without debugging
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user