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 missing something because I keep getting an error of:
'firebase' is not recognized as an internal or external command, operable program, or batch file."
What I've done:
- Installed nodejs.
- Set PATH = to C:Program Files
odejs; via control Panel
- in cmd:
cd C:Program Files
odejs
npm install -g firebase-tools
- changed directory to folder with my html files
- tried running both
firebase app init
and firebase init
neither of which work and give me the same error
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…