Closed MyraxByte closed 10 months ago
For example u can create yarn create @vitejs/app example-app --template react-ts
and install react-slick
from docs.
Yes, I have the same issue here. Any solution so far?. Thanks!!!
@Mirazex In my case. I remove the yarn.lock file, then remove the node_modules folder, then reinstall all again and now all work fine, I hope that's helps.
same here
[vite] Internal server error: [postcss] Failed to find '~slick-carousel/slick/slick.css'
Hi @Mirazex , can you please provide me the codesandbox link or a repo of your code so that I can replicate the issue
yea we have to delete node modules and package-lock and yark-lock file then reinstall all the packages thank you @ghernandezr ghernandezr
same here
[vite] Internal server error: [postcss] Failed to find '~slick-carousel/slick/slick.css'
@rrfaria In my case, change to 'slick-carousel/slick/slick.css' resolve the problem
hi i am a beginner in react-vite. how can i run slick carousel in my project. please guide step by step
Hi, make sure you have installed slick-carousel as well as react-slick
npm install react-slick slick-carousel --save
Hi, i'm using React + Vite, and react-slick package not working