How to use Firebase-tools on Windows?

后端 未结 2 1502
孤城傲影
孤城傲影 2021-02-11 03:42

I want to get started with firebase on a Windows machine but I don\'t understand the getting started instructions on https://www.firebase.com/docs/web/quickstart.html.

I

2条回答
  •  梦谈多话
    2021-02-11 04:38

    Basically i had to open command prompt and switch to C:\Program Files\nodejs, where file npm is located), then npm commands can be executed according to instructions. Later on when firebase is installed perform a restart for the changes to PATH environment variable to take effect. After that the firebase (init, deploy, ...) command can be used to deploy a site.

提交回复
热议问题