Problem running refinefoods v4 demo
Hi,
i used: npm create refine-app@latest -- --example finefoods-mui
And when running in windows get this error. Any idea?
13 Replies
Hi @pabloat. 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 provided extracts don't include information about the
finefoods-mui
example or the specific error you're encountering. I recommend checking the refine documentation (https://refine.dev/docs) and refine blog (https://refine.dev/blog) for more information.
----------------------
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!
<@703699805242916934> kapa.ai is still learning and improving, please let us how it did by reacting below
sunny-green•2y ago
is your project not running ?
eager-peach•2y ago
no, i run npm create refine-app@latest -- --example finefoods-mui
then npm install or yarn install
then npm run start and throws the image error
i made this change:
"scripts": {
"start": "refine start",
"start2": "FAST_REFRESH=false DISABLE_ESLINT_PLUGIN=true refine start",
and runs but get other typescript errors
sunny-green•2y ago
what is the error
eager-peach•2y ago
sunny-green•2y ago
this is fine
oh okay. this is for CI/CD. you can remove this comments
eager-peach•2y ago
i need to delete all ts-expect-error?
ok
sunny-green•2y ago
yes :/ sorry for your trouble
eager-peach•2y ago
no prob
THANKS
sunny-green•2y ago
your welcome 🙏🏻
eager-peach•2y ago
i am liking v4 more than 3, cleaner