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
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.