react-slick: Import CSS from slick-carousel fails
问题 React beginner here. My app uses create-react-app, and I'm pulling in react-slick for a carousel. I'm trying to follow the directions that are provided in the setup for react-slick, but the following doesn't work for me: @import "~slick-carousel/slick/slick.css"; @import "~slick-carousel/slick/slick-theme.css"; I get the following error: ./src/components/Homepage.scss Module not found: Can't resolve '~slick-carousel/slick/slick.css' in '/Users/simon/Dev/frischideas/site-new/src/components' It