You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to follow this step here but when I ran the command firebase emulators:start --only hosting it would gave me the following error Error: Could not start Hosting Emulator, port taken.
firebase emulators:start --only hosting
i emulators: Starting emulators: hosting
i emulators: Shutting down emulators.
i hub: Stopping emulator hub
⚠ hosting: Port 5000 is not open on localhost, could not start Hosting Emulator.
⚠ hosting: To select a different host/port, specify that host/port in a firebase.json config file:
{
// ...
"emulators": {
"hosting": {
"host": "HOST",
"port": "PORT"
}
}
}
i emulators: Shutting down emulators.
Error: Could not start Hosting Emulator, port taken.
I think a fix is to add the following in firebase.json file, though wonder if there's a way to use dynamic open port variables instead of hardcoding ones:
I attempted to follow this step here but when I ran the command
firebase emulators:start --only hosting
it would gave me the following errorError: Could not start Hosting Emulator, port taken.
I think a fix is to add the following in
firebase.json
file, though wonder if there's a way to use dynamic open port variables instead of hardcoding ones:The text was updated successfully, but these errors were encountered: