firebase-tools error: EACCES: permission denied

后端 未结 8 1741
悲&欢浪女
悲&欢浪女 2021-01-14 08:37

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: f

8条回答
  •  死守一世寂寞
    2021-01-14 09:14

    This looks like an issue with the permissions of modules you have npm installed. This is something lots of developers run into, and npm actually has some documentation on how to resolve it. Once you go through that, try again (you may need to re-install firebase-tools) and things should work.

提交回复
热议问题