skip to Main Content

While running npm install –save react-firebase
I’m facing above error I tried to read the logs but it wasn’t help at all.

I want to install Firebase successfully on my system. It is showing could not resolve dependency error along with the –location==global and many other. You can refer to the screenshot.

2

Answers


  1. Maybe this would help,

    it says here that React Firebase in not maintained anymore,

    but i think you can install firebase SDK directly into your react project.

    Login or Signup to reply.
  2. The right way to install Firebase on your system is to add Firebase-cli using npm install -g firebase-tools.

    You can use this Firebase Doc for guidance

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