How do I create an app with version 3?
I'm following a tutorial on youtube to build a full stack CRUD app, and the guy in the video is using version 3 because it was the newest at the time. I can't quite figure out how to do it on my computer. I can only get version 4.
2 Replies
Hi @Reese. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not specify how to create an app with version 3 of Refine. They mostly cover creating apps with the latest version of Refine using the
npm create refine-app@latest
command.
However, you can usually specify the version of a package you want to install with npm by appending @<version>
to the package name. For example, if you wanted to install version 3 of a package, you would run npm install package@3
.
I would recommend checking the Refine documentation (https://refine.dev/docs/getting-started/overview/) or reaching out to the Refine community for more specific guidance on this issue.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@455070299323498506> kapa.ai is still learning and improving, please let us know how it did by reacting below