solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

[Bug?]: bun create solid with basic template creates empty folders, except for .gitignore

Open TheWirv opened this issue 4 months ago • 4 comments

Duplicates

  • [x] I have searched the existing issues

Latest version

  • [x] I have tested the latest version

Current behavior 😯

When I execute bun create solid, with SolidStart, TypeScript: Yes, and Template: basic as options, the resulting scaffolded project consists of a .gitignore file, an empty public folder, and a src folder that itself consists of both an empty components and an empty routes folder.

Expected behavior 🤔

The template should be copied from the repo, including all files.

Steps to reproduce 🕹

Steps:

  1. bun create solid
  2. Project type: SolidStart
  3. TypeScript: Yes
  4. Template: basic

Context 🔦

I would like to create a new SolidStart project with bun.

Your environment 🌎

I asked AI to give me a command that would provide useful information, referencing the placeholder.

System:
OS: Microsoft Windows 11 Pro
Version: 10.0.26100
Architecture: AMD64

Binaries:
Bun: 1.2.19
Node: Not installed
npm: Not installed

Dependencies:
package.json not found

TheWirv avatar Aug 09 '25 12:08 TheWirv