create-refine-app with yarn v3
just going through the getting started tutorial, and finding that the install using
I would have liked to try out using
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 66ms
npm is working but yarn install command isn't working for me:yarn create refine-app -- -o refine-mui tutorialI 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 66ms
