solidjs / solid-start

SolidStart, the Solid app framework
https://start.solidjs.com
MIT License
4.93k stars 371 forks source link

[Bug]: `bun create solid@latest` doesn't work #1535

Closed BierDav closed 2 weeks ago

BierDav commented 2 weeks ago

Duplicates

Latest version

Current behavior 😯

bun create solid@latest

┌  
 Create-Solid v0.5.11
│
â—‡  Project Name
│  solid-project
│
â—‡  Is this a Solid-Start project?
│  Yes
│
â—‡  Which template would you like to use?
│  bare
│
â—‡  Use Typescript?
│  Yes
│
â–²  Something went wrong

Expected behavior 🤔

Successfully finish the creation

Steps to reproduce 🕹

Steps:

  1. Run bun create solid@latest
  2. Select "solid-project"
  3. Select "Yes" to use solid start
  4. Select "bare"
  5. Select "Yes" to use typescript

Context 🔦

No response

Your environment 🌎

System:
  OS: Windows 11
Bun: 1.1.13
BierDav commented 2 weeks ago

The error also occured when using pnpm create solid@latest and npm create solid@latest, but it seams that this is error is not reproducable, because after an hour of working I tried it again and it suddenly worked. I will close this issue for now until I can provide more information on this bug