Can't initialize SolidStart
I have problems with initializing project using npm it logs "directory not empty rmdir /{foldername}/.project"
while there's nothing in the folder at all, I ran ls -a but nothing odd shows up
Above problems happen only when building non typescript project, while with typescript it builds it well
6 Replies
Yeah i think there is an issue in our non-typescript template
is that tracked somewhere or @Luka should open a github issue for this ?
I'm pretty sure there is already an open issue
GitHub
[Bug?]: Create-Solid v0.6.1: ENOTEMPTY: directory not empty, rmdir ...
Duplicates I have searched the existing issues Latest version I have tested the latest version Current behavior 😯 When i try to create a solidjs app via bun create solid and choose JavaScript for t...
that is funny

I think this will fix the non typescript option
https://github.com/solidjs-community/solid-cli/pull/62
GitHub
fix: non-typescript templates by brenelz · Pull Request #62 · solid...
I believe this fixes the non-typescript templates.
Closes solidjs/solid-start#1845 and maybe solidjs/solid-start#1854