skip to Main Content

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

Answers


  1. Chosen as BEST ANSWER

    The problem has been resolved by downloading an old version.

    npm i [email protected]
    

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


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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search