I am following the functions tutorial on firebase page to deploy my website on firebase hosting, but it keeps giving me error
Port 9005 is already in use
Error: An unexpected error has occurred.
Logs say this:
Building nodejs source
Could not find functions.yaml. Must use http discovery
Serving at port 9005
FetchError: request to http://localhost:9005/__/quitquitquit failed, reason: connect ECONNREFUSED 127.0.0.1:9005
I tried to do lsof -i tcp:9005
to see what is running on the port, but terminal did not answer with anything(
I am following the functions tutorial
could you provide the link