Recently entering the world of Svelte and TypeScript, I have encountered some unexpected errors after installation. Despite following the same steps as before, I am puzzled by what is causing these issues.
This is the process I followed:
npm create svelte@latest diceGame
cd diceGame
npm install
Following that, I integrated Skeleton:
npm i @skeletonlabs/skeleton --save-dev
The next step was adding Tailwind CSS:
npx svelte-add@latest tailwindcss
npm install
However, I am now facing errors as shown in the screenshot below:
https://i.sstatic.net/tJLD6.png
I would greatly appreciate any advice or suggestions on achieving a smooth installation process.