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
Disable WIFI / unplug ethernet and start the emulator.
[REQUIRED] Steps to reproduce
Disable WIFI / unplug ethernet and start the emulator. You'll notice the emulator starts very very slowly because the npm command (almost) never returns.
Hi everyone, i've been travelling a lot and noticed the emulator is unusable in the plane when there's no WIFI available. That is because the NPM command only returns after around a minute when no network is available. Quick and easy fix would be to add timeouts to the commands, or run them asynchronously.
[REQUIRED] Environment info
firebase-tools: 11.9.0
Platform: Windows
[REQUIRED] Test case
Disable WIFI / unplug ethernet and start the emulator.
[REQUIRED] Steps to reproduce
Disable WIFI / unplug ethernet and start the emulator. You'll notice the emulator starts very very slowly because the
npm
command (almost) never returns.firebase-tools/src/deploy/functions/runtimes/node/versioning.ts
Line 62 in 9e524c1
[REQUIRED] Expected behavior
The emulator actually starts in a reasonable amount of time.
[REQUIRED] Actual behavior
The emulator does not start in < 60s.
The text was updated successfully, but these errors were encountered: