Hi everyone I’m with a issue I want the version 7 of frappe and erpnext. Can I install old versions? if yes how can I do ?
Thanks for advance.
May be this thread will help you…
1 Like
Do you have Frappe and ERPnext installed already?
If so, do some git checkout on both of the applications.
Navigate to both Frappe and ERPnext
git fetch --all --tags --prune
git checkout tags/v(7.2.22/or any)
Just refer to the GitHub repository of both the Frappe and ERPnext.
2 Likes
lol, Thank you everyone, I got it.
1 Like
This topic was automatically closed after 24 hours. New replies are no longer allowed.