firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
261 stars 60 forks source link

Firebase Emulator UI fails to start with Error: spawn node ENOENT #1032

Open arsal28 opened 1 month ago

arsal28 commented 1 month ago

Note: Before filing bugs in this repo, please ensure that this is a bug for the Emulator Suite UI. Emulator Suite and/or Firebase CLI bugs should be filed under the firebase-tools repo here: https://github.com/firebase/firebase-tools/issues/new/choose

Describe the bug When attempting to start the Firebase emulators using the firebase emulators:start command, the process fails with the error message Emulator UI has exited: Error: spawn node ENOENT. This error occurs even when only a single emulator is started with the --only flag.

To Reproduce Steps to reproduce the behavior:

  1. Run the command firebase emulators:start after initializing firebase project and downloading emulators
  2. See error

Expected behavior Expected to be able to access emulator ports

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context I have ensured that the Node.js path is set to my system's PATH environment variable, I have reinstalled Node.js with the same version that Firebase uses and have even tried running the emulators separately.