create-refine-app with yarn v3
just going through the getting started tutorial, and finding that the install using
npm
is working but yarn
install command isn't working for me:
yarn create refine-app -- -o refine-mui tutorial
I would have liked to try out using yarn
. My node is v18.13.0 and yarn is v3.3.1.
When I run the command I get no error as follows, but no files are generated.....anyone know what I should do?
$ yarn create refine-app -- -o refine-mui tutorial
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 5s 797ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done in 6s 66ms3 Replies
fascinating-indigo•2y ago
Hey @wuju42 sorry for the issue
Not sure what’s the exact issue here but can you try removing the
--
I will try check this soon and hopefully find a fix but its best to create a github issue for this, can you open one on github? 🙏wise-white•2y ago
Thanks for replying! I tried removing
--
but it didn't work...
I will open an issue (it will be my first!) 🙂wise-white•2y ago
I've created the issue here: https://github.com/refinedev/refine/issues/3438 I hope this has enough details.
GitHub
[BUG] Tutorial project not created when using yarn · Issue #3438 · ...
Describe the bug Issue occurred while following the getting started guide for version 3.xx.xx https://refine.dev/docs/tutorial/getting-started/mui/create-project/ Creating the project with npm work...