S
SolidJS4w ago
Luka

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
brenelz
brenelz3w ago
Yeah i think there is an issue in our non-typescript template
zulu
zulu3w ago
is that tracked somewhere or @Luka should open a github issue for this ?
brenelz
brenelz3w ago
I'm pretty sure there is already an open issue
zulu
zulu3w ago
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...
zulu
zulu3w ago
that is funny
No description
brenelz
brenelz3w ago
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

Did you find this page helpful?