noeldelgado / react-gemini-scrollbar

:last_quarter_moon: React component for custom overlay-scrollbars with native scrolling mechanism.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no css files installed

barbalex opened this issue · comments

I did

npm install react-gemini-scrollbar --save

then found no node_modules/react-gemini-scrollbar/node_modules/gemini-scrollbar/gemini-scrollbar.css

In fact, there is no node_modules/react-gemini-scrollbar/node_modules folder and no css files anywhere.

got it:

I needed to

npm install --save gemini-scrollbar

separately. Then

@import '../../node_modules/gemini-scrollbar/gemini-scrollbar.css'

Nice tool! Thanks!

I think it was due to the npm version (guessing npm@3).

I just updated the readme indicating how to resolve the stylesheet path depending on the npm version being used, I think that will do it for now.

Thanks @barbalex!