Module not found: Can't resolve 'slick-carousel/slick/slick.eot'

Hi @mmirus,

Turns out it was a missing slash that caused the issue. :tired_face:

$slick-font-path: "~slick-carousel/slick/fonts";

should have been:

$slick-font-path: "~slick-carousel/slick/fonts/";

Thank you though for taking your time to help me resolve this.

Happy Weekend :grin:

2 Likes