unable to create refine-app

on typing "npm create refine-app@latest" command in terminal getting error "✖ Could not found source repository. Source repository not found. Source can be a remote git repository or a local path. You provided: undefined Run superplate-cli --help to see all options."
15 Replies
kapa.ai
kapa.ai2y ago
Hi @_chandrakumar. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai2y ago
---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation (https://refine.dev/docs) and refine blog (https://refine.dev/blog) for more information and examples on setting up a refine project. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Overview | refine
What is refine?
Blog | refine
A Docusaurus powered blog!
kapa.ai
kapa.ai2y ago
<@927224940531425280> kapa.ai is still learning and improving, please let us how it did by reacting below
solid-orange
solid-orange2y ago
@_chandrakumar you can use https://refine.new/ to create your project as well by the way, refer to https://refine.dev/docs/getting-started/quickstart/ for more information
refine.new - Open-source enterprise application platform for seriou...
Enterprise-grade, production-ready, and highly scalable web apps in minutes.
Quick Start Guide | refine
refine works on any environment that can run React (incl. CRA, Next.js, Remix, Vite etc.)
solid-orange
solid-orange2y ago
Considering that i can run the command without problem, it is probably a local issue... did you try running the command again? Checking your node and npm versions with node -v and npm -v trying the other ones to see if those work (like npm create refine-app@latest -- -o refine-headless tutorial) maybe cleaning the cache might help
genetic-orange
genetic-orangeOP2y ago
i have updated my node and npm , npm create refine-app@latest -- -o refine-headless tutorial this cmd also giving the same error
solid-orange
solid-orange2y ago
I am unsure what the problem is then, maybe try installing at another directory ?
genetic-orange
genetic-orangeOP2y ago
No description
genetic-orange
genetic-orangeOP2y ago
this is what happening every time what is the problem? should i want to change any environment variables
genetic-orange
genetic-orangeOP2y ago
this is the error i'm getting
No description
solid-orange
solid-orange2y ago
i think its about leftover files that needs to be deleted but i am unsure about the exact problem and wouldn't wanna give problematic directions Did you try installing in another location though? In another folder i mean
genetic-orange
genetic-orangeOP2y ago
no problem sir and thanks for introducing refine.new
solid-orange
solid-orange2y ago
Good luck with everything, devs will probably help whenever they can
typical-coral
typical-coral2y ago
@alicanerdurmaz can you check
reduced-jade
reduced-jade2y ago
Have you tried creating the Refine app outside of the "OneDrive" folder to see if that resolves the issue? I don't windows to debug but I have seen similar errors reported online and it seems to be related to using the OneDrive directory.

Did you find this page helpful?