genetic-orange
genetic-orange16mo ago

How to install a previous version?

As I can see that there is a previous version 3.xx.xx in the docs, how do we install that? Like while starting a project? Because the command-: ''' npm create refine-app@latest my-project ''' Install the latest version.
10 Replies
kapa.ai
kapa.ai16mo ago
Hi @eshan1925. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- To install a specific version of refine, you can replace the @latest tag with the desired version number in the npm create refine-app command. For example, if you want to install version 3.xx.xx, you can use the following command:
npm create refine-app@3.xx.xx my-project
npm create refine-app@3.xx.xx my-project
Replace 3.xx.xx with the specific version number you want to install. However, the information extracts do not provide the exact version number for version 3. You may need to check the refine release history or documentation for the specific version you want to use. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai16mo ago
<@756499261440524338> kapa.ai is still learning and improving, please let us how it did by reacting below
genetic-orange
genetic-orange16mo ago
@kapa.ai Please tell me the latest version in 3.0 series by refine
kapa.ai
kapa.ai16mo ago
Let me check the knowledge base for you. One moment! :books: ---------------------- Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not mention the latest version in the 3.0 series. I recommend checking the refine release history or documentation for the specific version you're looking for. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai16mo ago
<@756499261440524338> kapa.ai is still learning and improving, please let us how it did by reacting below
genetic-orange
genetic-orange16mo ago
@kapa.ai Can you give me all the versions of refine?
kapa.ai
kapa.ai16mo ago
Let me check the knowledge base for you. One moment! :books: ---------------------- I'm sorry, but I cannot provide you with a list of all refine versions based on the information extracts provided. To find a comprehensive list of refine versions, you can visit the refine GitHub repository and check the release history or refer to the documentation. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai16mo ago
<@756499261440524338> kapa.ai is still learning and improving, please let us how it did by reacting below
like-gold
like-gold16mo ago
Hey @eshan1925, you can use --branch option, we keep the v3 version templates at v3 branch;
npm create refine-app@latest -- --branch v3
npm create refine-app@latest -- --branch v3
genetic-orange
genetic-orange16mo ago
Ok thanks