correct-apricot
correct-apricot17mo ago

Error: At least one choice must be selectable

I am trying to follow the getting started tutorial on refine.dev from our corporate network. The simple "npm create refine-app@latest" won't work, presumably due to the proxy. So I have downloaded the entire superplate-core-plugins-master.zip locally. When I try to use that as a source, I get "Error: At least one choice must be selectable". Any ideas?
No description
14 Replies
kapa.ai
kapa.ai17mo ago
Hi @kp798615. 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.ai17mo ago
---------------------- Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not cover the specific issue you're facing with your corporate network and the downloaded superplate-core-plugins-master.zip. I recommend checking the refine documentation (https://refine.dev/docs) and the blogs (https://refine.dev/blog) for more information or reaching out to the refine community for assistance. ---------------------- 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.ai17mo ago
<@742367683953164310> kapa.ai is still learning and improving, please let us how it did by reacting below
correct-apricot
correct-apricot17mo ago
@kapa.ai Has anyone else reported an error "Error: At least one choice must be selectable"?
kapa.ai
kapa.ai17mo ago
Let me check the knowledge base for you again. One moment! :books:
kapa.ai
kapa.ai17mo ago
---------------------- I'm sorry, but I cannot provide information on whether anyone else has reported the error "Error: At least one choice must be selectable" as the information extracts provided do not cover this specific issue. I recommend checking the refine documentation (https://refine.dev/docs) and the blogs (https://refine.dev/blog) for more information or reaching out to the refine community for assistance. ---------------------- 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.ai17mo ago
<@742367683953164310> kapa.ai is still learning and improving, please let us how it did by reacting below
correct-apricot
correct-apricot17mo ago
@kapa.ai How can I manually install refine?
kapa.ai
kapa.ai17mo ago
Let me check the knowledge base for you again. One moment! :books:
kapa.ai
kapa.ai17mo ago
---------------------- To manually install refine in your existing React project, you can follow these steps: 1. Install the @pankod/refine package using your preferred package manager:
npm install @pankod/refine
npm install @pankod/refine
2. Import the Refine component and wrap your application with it:
import { Refine } from "@pankod/refine";

function App() {
return (
<Refine>
{/* Your application components */}
</Refine>
);
}

export default App;
import { Refine } from "@pankod/refine";

function App() {
return (
<Refine>
{/* Your application components */}
</Refine>
);
}

export default App;
Please note that the information extracts provided do not cover the complete manual installation process, especially for setting up additional configurations like UI frameworks, routers, and data providers. For more detailed information, I recommend checking the refine documentation (https://refine.dev/docs) and the blogs (https://refine.dev/blog). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Overview | refine
What is refine?
kapa.ai
kapa.ai17mo ago
<@742367683953164310> kapa.ai is still learning and improving, please let us how it did by reacting below
genetic-orange
genetic-orange17mo ago
Hey @kp798615 can you try unzipping the repo and give the path to the directory?
correct-apricot
correct-apricot17mo ago
@aliemirs I was going to say it didn't work, see 1st screenshot below. But it turns out the ZIP has a 2nd folder level in it, so adding that worked!
No description
correct-apricot
correct-apricot17mo ago
No description