`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
https://github.com/solidjs-community/solid-cli/issues/50 a known issue for a while
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. ...
this is a bun issue, not a solid issue
what is your version of node? Try to update node although what you have tried is bun.