solidjs / templates

Vite + solid templates
447 stars 117 forks source link

Typescript template not working #96

Closed zanzlender closed 1 year ago

zanzlender commented 1 year ago

Hello, I've just tried using npx degit solidjs/templates/ts my-solid-project to setup my new SolidJS project, but when I try to run it I get a ! zlib: unexpected end of file error.

amoutonbrady commented 1 year ago

I updated all the dependencies of the repo. Do you still have the issue?

I ran into a similar tool by the nuxt team, could you try npx gitget solidjs/templates/ts my-solid-project?

Thanks!