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
Don't really know much go, but I was getting an error when trying to run firebase emulators, it was exiting with "Please set the path to the nodist directory in the NODIST_PREFIX environment variable."
I made a little test go project and on that one os.Getenv("NODIST_PREFIX") was equal to "C:\Program Files (x86)\Nodist", so I have literally no idea why it wasn't working.
I checked the environment variables and restarted my computer before retrying with the same results, so that wasn't the issue.
The text was updated successfully, but these errors were encountered:
I have never worked with Firebase before. I tried to set up a simple project and use the emulators.
After initializing the emulator for the database, I ran firebase emulators:start which did not fail with an error and was working as expected as far as I can say.
Don't really know much go, but I was getting an error when trying to run firebase emulators, it was exiting with "Please set the path to the nodist directory in the NODIST_PREFIX environment variable."
I made a little test go project and on that one os.Getenv("NODIST_PREFIX") was equal to "C:\Program Files (x86)\Nodist", so I have literally no idea why it wasn't working.
I checked the environment variables and restarted my computer before retrying with the same results, so that wasn't the issue.
The text was updated successfully, but these errors were encountered: