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\nodejs; via control Panel
- in cmd:
cd C:\Program Files\nodejs
npm install -g firebase-tools
- changed directory to folder with my html files
- tried running both
firebase app init
andfirebase init
neither of which work and give me the same error