svelte-ux
svelte-ux copied to clipboard
Fix `npm create svelte-ux@latest` on Windows
@jycouet thoughts?
I have to look somewhere else, I think I fixed it already 🤔 RN I can't really look, I'll do in a few days.
Ping me again if I forget.
No rush. Thanks @jycouet
Still the same issue with version 0.3.3 on windows
Actually, I didn't managed it... I just did this in another package: https://github.com/jycouet/kitql/blob/main/packages/create-kitql/bin.js#L195-L201
Here is the same function in svelte-ux
: https://github.com/techniq/svelte-ux/blob/main/packages/create-svelte-ux/bin.js#L191-L193
I'm sure it's possible to have this working in all OS... But would be easier to have a windows to try things out. Someone wanna give a shoot? (Or should I boot my windows? ^^)
I wrote a fix #353 for windows but I currently cannot test it other OSs
Tested on Mac. Thanks @29th-Day!
Just waiting on CI to catch up on the queue, then will publish as 0.4.0
(still use npm create svelte-ux@latest
)
Done. Thanks again @29th-Day (Gerald)
Nice, thx a lot 👍