I don\'t know if this is related to the recent bump of firebase-tools to 6.0 or not. But I\'m unable to deploy my files to a hosting project.
The output after I type fi
I a similar issue and had to run the following to make it work
npm install firebase-functions@latest firebase-admin@latest --save npm install -g firebase-tools
See Get started: write and deploy your first functions for more details.