Firebase Hosting set up issue

后端 未结 3 1820
南旧
南旧 2020-12-10 15:55

I\'m just trying to do a simple set-up for hosting on firebase. I\'m following the instructions at (https://www.firebase.com/docs/hosting/guide/deploying.html) but I\'m miss

3条回答
  •  [愿得一人]
    2020-12-10 16:41

    According to Script Kitty's answer, for windows solution only:

    You are probably missing npm in your path. You can check it by echo %PATH% to make sure. Thus, open Environmental variables > system variables > path

    see if you could not find C:\Users\yourusername\AppData\Roaming\npm there.

    if not, add it following this link. Or simply add your npm path there.

提交回复
热议问题