solidjs-community / solid-cli

A custom CLI built for Solid.
https://solid-cli.netlify.app/
MIT License
59 stars 8 forks source link

`bun create solid` or `bunx create-solid` runs forever if node is not installed #50

Open TanishqSingla opened 1 month ago

TanishqSingla commented 1 month ago

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.

Since bun is a competing javascript runtime I assumed the bun create command must not depend on node.

huseeiin commented 4 weeks ago

this is a bun issue, not a solid issue