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
Asked
Active
Viewed 133 times
2 Answers
1
The problem has been resolved by downloading an old version.
npm i mdbreact@4.8.7

RobC
- 22,977
- 20
- 73
- 80
0
You can try to clean your cache using this command npm cache clear --force
Then try again.

Zakaria Zhlat
- 320
- 1
- 6
- 21
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 18 '22 at 11:54
-
Thanks for trying, but it didn't work the download starts and stops. – Mohamed Amine belgareg Mar 18 '22 at 13:28