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.
firebase deploy
Note: f
f
I fix it by adding sudo at the beginning of the command line!
sudo
You can try using the --unsafe-perm flag. Just like this:
--unsafe-perm
sudo npm install -g firebase-tools --unsafe-perm