npm install mdbreact ERR

191 views Asked by At

I need some help with a project MERN stack, I'm having an error downloading a library "mdbreact" using [npm i mdbreact] npm -v :8.3.1

enter image description here enter image description here

2

There are 2 answers

0
Mohamed Amine belgareg On BEST ANSWER

The problem has been resolved by downloading an old version.

npm i [email protected]

link: https://www.npmjs.com/package/mdbreact

2
Zakaria Zhlat On

You can try to clean your cache using this command npm cache clear --force Then try again.