nuejs / create-nue

A recommended way to start a Nue project
https://nuejs.org
139 stars 30 forks source link

fix: windows #43

Open nobkd opened 5 months ago

nobkd commented 5 months ago

Transferred from #42:


For me, (win10) the CLI prompts are still not working properly.

Listed issues from above and own findings:

Seems like this were Bun for windows issues which should be fixed with v1.1.5 (at least on both vm's):

Real Windows issue:


Currently, I have checked Win10 (vm and real) and Win11 (vm).

daliweiwei commented 5 months ago

Looking forward to the release as soon as possible

nobkd commented 4 months ago

I've upgraded my bun (on windows) to v1.1.5 and now it works, with only the fix from @nusr. It seems like the issues with @clack/prompts were fixed with this update.

I've checked it on my win10 vm and win11 vm.

nobkd commented 4 months ago

@tipiirai

The fix from @nusr allows the copying of template projects on Windows. This issue is blocking Windows users from using nue templates with nue-create.

The issues related to a broken @clack/prompts experience have been resolved by a bun upgrade.

PS: Please also take a look at #44 in this repo.