React-slick: ERROR in ./~/slick-carousel/slick/ajax-loader.gif

Created on 21 Jul 2017  路  1Comment  路  Source: akiran/react-slick

Hi,

So I just installed exactly as the instructions state.
`

npm install react-slick

npm install slick-carousel

@import "~slick-carousel/slick/slick.css";

@import "~slick-carousel/slick/slick-theme.css";

`

The import slick-carousels statements are going in a global .scss file.

However I am getting this error:

image

I'm using react boilerplate for my project so I normally use styled components, but even if I just import it normally I still get the exact same ajax-loader error.

I'm stuck, pls help.

Most helpful comment

npm uninstall gifsicle

npm install gifsicle

fixed the error for me.

>All comments

npm uninstall gifsicle

npm install gifsicle

fixed the error for me.

Was this page helpful?
0 / 5 - 0 ratings