Create refine-app error
Hello, I'm following the quick start guide and I can't seem to get past the
npm create refine-app my-project
step. I get the following error:
I thought maybe it's my machine (windows 10) but I get the same result on my laptop (windows 11)11 Replies
Hey @luchasi ,
Thank you for contacting us! There will be a fix release about it in 10-15 minutes. I'll let you know when it's released ๐ฏ
Hey again @luchasi ,
Could you try with
next
channel?
npm create refine-app@next my-project
if you keep getting error you can try this command
npm create refine-app@next my-project -- -d git
graceful-blueOPโข3y ago
Thank you for responding Omer. The second command:
npm create refine-app@next my-project -- -d git
worked for meThe error in the first command still persists, right?
graceful-blueOPโข3y ago
Yes, the error occurs with the two following:
npm create refine-app my-project
npm create refine-app@next my-project
Thank you ๐
graceful-blueOPโข3y ago
No problem ! ๐
graceful-blueOPโข3y ago
This is somewhat of a related question, what is the command for the material ui tutorial?
This link shows mantine in the first step: https://refine.dev/docs/tutorials/material-ui-tutorial/
Also refine-material is not a valid preset:
Your First App using Material UI | refine
Introduction
graceful-blueOPโข3y ago
i found that it was
refine-mui
Do you want to create a PR?โก๏ธ
graceful-blueOPโข3y ago
Sure. This is the pr for it: https://github.com/refinedev/refine/pull/3185
GitHub
[BUG] Updated first step to show create command by ahyousif ยท Pull ...
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request....
Hey @luchasi ๐ ,
I hope you are very well! We made a change to the CLI. We want to make sure everything is working correctly. Could you please test it for us?
npm create refine-app@next my-project