Version Compatible

Hello!
I’m new to ERPNext and trying to install it along with the HRMS, Wiki, and Helpdesk modules. However, I keep encountering errors due to version incompatibilities between Frappe, HRMS, and Helpdesk. Maybe someone on this forum can advise me on which specific versions are compatible and work reliably in a production environment. For example: Frappe v15.40.0 + HRMS (Version ???) + Helpdesk (Version ???)

1 Like

Hello :wave:,

Welcome to frappe community!!

Yes if you are not installing the equal version apps then you will get errors. In most of all standard apps have proper branch system. Like if you need that app version 15 then you just have to add a flag of branch while installing that ap.

Example
‘bench get-app erpnext --branch version-15’

There are other apps in which they don’t have version dependencies those apps you can directly install without adding any flag.

In summary if you have frappe version 15 then install all the apps with version 15.

1 Like