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.
I tried adding
react-material-ui-carousel
usingbut 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 ofyarn
in the following fashion.But, this time again I got network issue, is there a way I can get rid of this issue.