I pretty new on svelte/typescript world and since yesterday suddenly I get some errors after installation. I did the exact same things since a few days ago and I can't understand what is happening.
This is my what i did:
npm create svelte@latest diceGame
cd diceGame
npm install
Then I installed Skeleton
npm i @skeletonlabs/skeleton --save-dev
Then I installed Tailwind
npx svelte-add@latest tailwindcss
npm install
Now I get error as you can see in screenshot
Any help/suggestions for what could I do to have a clean installation?
Follow the skeleton UI get started documentation.
I have followed these steps a few times lately and never had an issue.
Then, setup your Tailwind configuration using the
.ts
file extension.