zach-hopkins / create-t3svelte-app

Quick T3 Stack with SvelteKit for rapid deployment of highly performant typesafe web apps.
MIT License
143 stars 11 forks source link

Can't get it to work #35

Open liamwh opened 1 year ago

liamwh commented 1 year ago

I always get this issue:

image

FWIW, I am using a Postgres DB, and I have also tried both selecting and de-selecting heroicons.

I have tried using both node 19.3.0 and node 18.13.0 (LTS).

I have tried deleting the node_modules folder and running npm install, before running npm run dev.

I have tried the above, however ran npm update after npm install and still got the same result.

I also tried using pnpm and that didn't help either.

Am I overlooking something? Can you please provide any guidance?

Stoffberg commented 1 year ago

Don't know if it will help, but try the command npx svelte-kit sync

shininglove commented 1 year ago

Don't know if it will help, but try the command npx svelte-kit sync

Can confirm the sync command doesn't help, seems like the cli generator was left in a bad state. tried using node 16 as well