react-awesome-slider
react-awesome-slider copied to clipboard
Module not found: Can't resolve 'react-awesome-slider' in '/Volumes/Untitled/sofit-latest/celx-react-app/client/src/views/Pages/product-detail
Hi, i just followed the steps:
- npm install --save react-awesome-slider
- imported the style and component
- pasted the code given in the render
Now i am getting this error.
./src/views/Pages/product-detail/ProductDetail.js Module not found: Can't resolve 'react-awesome-slider/src/styles.scss' in '/Volumes/Untitled/sofit-latest/celx-react-app/client/src/views/Pages/product-detail'
Hello, did you fix this problem? I have the same issue.
Yeah I have fixed the issue
How did you resolve?
@boundlessworkshop I just ran into the same problem and it was a directory issue.
change your import from this import AwsSliderStyles from 'react-awesome-slider/src/styles.scss';
to this: import AwsSliderStyles from 'react-awesome-slider/src/core/styles.scss';