`bun create solid` takes long time to create a new project

I'm using bun to create new project. After running bun create solid and choose with tailwindcss template, the process stuck at the step of Creating Project without any file created in my project folder. Has anyone every come across this issue before?
3 Replies
Yifimitch
YifimitchOP8mo ago
GitHub
bun create solid or bunx create-solid runs forever if node is n...
Description When creating boilerplate using bun create solid or bunx create-solid, the command runs forever if node is not installed. However everything runs file if the node is already installed. ...
Hussein
Hussein8mo ago
this is a bun issue, not a solid issue
hannus
hannus8mo ago
what is your version of node? Try to update node although what you have tried is bun.

Did you find this page helpful?