yaodingyd / react-flickity-component

A React.js component for using @desandro's Flickity
314 stars 51 forks source link

'Module not found, can't resolve 'flickity' with CRA #119

Closed majac91 closed 3 years ago

majac91 commented 3 years ago

Importing Flickity component in a CRA app throws an error:

Module not found: Can't resolve 'flickity' in '/Users/maja/Desktop/Projects/fiberart-shop/node_modules/react-flickity-component/lib'

My config:

Screenshot 2021-01-25 at 21 25 00
theolampert commented 3 years ago

Hi, you will also need to install flickity itself.

e.g:

npm install flickity