navneetsharmaui / sveltekit-starter

Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
https://sveltekit-starter-one.vercel.app
MIT License
609 stars 100 forks source link

Removing yarn cache #19

Closed Himujjal closed 3 years ago

Himujjal commented 3 years ago

The yarn cache (.yarn folder) is 105MB huge which is a completely big no-no for such projects. Considering I and many other use pnpm for most of the workflow, yarn as default might not a good choice. I think keeping the repo package manager independent would be a good choice.

navneetsharmaui commented 3 years ago

@Himujjal You are right initially I did that for my personal project and since the other people started using the project it didn't make sense for them to download the large dependencies. I've removed that setup now.