refine
refine copied to clipboard
[BUG] `create refine-app@latest` does not work with bun (bun.sh) on Windows
Describe the bug
create refine-app@latest
does not work with bun (bun.sh) on Windows
Steps To Reproduce
- Install Bun from bun.sh on Windows with
powershell -c "irm bun.sh/install.ps1 | iex"
- Attempt to create a new Refine project with
bun create refine-app@latest
- The message with the cow saying
CRUD apps so sleek, even the cows want in! Let's get mooo-ving with Refine!
shows up but then nothing else happens and the script stops.
Expected behavior
The scripts should continue with the setup process just as in other package managers or operating systems.
Packages
Additional Context
No response