[Bug?]: bun create solid with basic template creates empty folders, except for .gitignore
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 539
- Forks
- 129
- Avg merge
- 23h 46m
- Merged PRs (30d)
- 23
Description
Duplicates
- I have searched the existing issues
Latest version
- 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:
bun create solidProject type: SolidStartTypeScript: YesTemplate: 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing bun create solid with the SolidStart, TypeScript, and basic template options on the reported environment. Compare the generated project with the repository's basic template and identify why tracked files are omitted. Done means the scaffold includes all template files, including the expected contents of public and src.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bun, typescript
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100