-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: Port 5000 is not open, could not start functions emulator" when npm run serve
#1605
Comments
for a quick fix see #1606 (comment) |
One line fix on OSX:
|
this is fixed in |
@piscis I just installed [email protected] yesterday and this error still occurred. I ran the one line fix above and the emulator started up. |
@gilcreque maybe you could give |
does command +c stop the emulator? it takes me back to terminal but then I can't seem to call my functions anymore. I try to restart the emulator but then it gives me the error, port 5000 not open. How do I get back to the shell or call functions from terminal after I exit the emulator shell with command + c? |
@LouieSankey if that is a reproducible behavior, could you please open a new Issue for that? If we're still holding on to ports, that wouldn't be great... |
[REQUIRED] Environment info
node: 12.8.0
npm: 6.10.3
firebase-tools: 7.2.2
Platform: macOS
[REQUIRED] Test case
look step below
[REQUIRED] Steps to reproduce
run
npm run serve
command[REQUIRED] Expected behavior
Run simulator cloud functions successfully
[REQUIRED] Actual behavior
Error: Port 5000 is not open, could not start functions emulator.
The text was updated successfully, but these errors were encountered: