Skip to main content

All Questions

0 votes
0 answers
35 views

ENOENT error while giving npm install -g firebase-tools command

Error Shows the above error while entering npm install -g firebase-tools. I gave jdk 19 path in env error not solved. I re installed node and npm not solved. I re installed jdk not solved. I tried cmd ...
Shrihari's user avatar
1 vote
1 answer
457 views

Error: Failed to make request to https://www.gstatic.com/firebasejs/releases.json firebase init error

Iam trying to host a react website(created with npx create-react-app) on firebase, after logging in when I run firebase init command it gives A error, complete log: > ? Are you ready to proceed? ...
Swapnil Deshmane's user avatar
6 votes
3 answers
3k views

firebase deploy error: 'eslint is not recognized as an internal or external command, operable program or batch file'

I wanted to use firebase hosting. so I followed the directions in the documentation to install firebase cli... I tried deploying and got this error ←[33m>←[39m firebase deploy === ...
Somto's user avatar
  • 61
1 vote
1 answer
531 views

Cannot read property 'deploys' of undefined

I am getting an error while deploying my Angular app containing Firebase Cloud Functions to Firebase. I've no clue why am I getting this even after "deploy complete" message. Please help. ...
Riyasree's user avatar
  • 776
0 votes
0 answers
873 views

Firebase hosting : unable to verify first certificate

Is anybody here to help me with this ? Whenever I try to initiate firebase hosting, I get this error. Error is "Server Error. unable to verify the first certificate". Two months passed but I haven't ...
Abhijeet Bharti's user avatar
2 votes
1 answer
2k views

Firebase deploy is deploying my source folder unencrypted

ISSUE: My Firebase Deploy is not deploying just the minified file, but also my raw source files and folders. Details: I'm using the firebase deploy command, and in my firebase init, I mentioned my ...
Dhaval Jardosh's user avatar
15 votes
12 answers
35k views

firebase-tools error: EACCES: permission denied

I am trying to deploy Firebase hosting of my web app. At the command line, when I type firebase deploy, I get the following error. Note: firebase deploy is just one example. The same error occurs ...
Let Me Tink About It's user avatar