mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
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:
parent
0742a29105
commit
e6f7deec5c
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue