Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.
MIT License
552 stars 220 forks source link

Yarn installation Issue #222

Open ihnaqi opened 1 year ago

ihnaqi commented 1 year ago

I tried adding react-material-ui-carousel using

yarn add react-material-ui-carousel

but it gave me, network error, googling that error landed me on the previous issue and I read the person's issue and removed yarn.lock file and used npm instead of yarn in the following fashion.

npm add react-material-ui-carousel
yarn

But, this time again I got network issue, is there a way I can get rid of this issue.