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.
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
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.
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