-
Notifications
You must be signed in to change notification settings - Fork 952
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
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined #1915
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
What field is missing? |
In your |
(don't worry about the bot's message - the missing section is "Test Case", though) |
I do not but I theorized that I may need to run During the new init
|
@SeanDez Confirmed. After cloning a working firebase repo and running After running |
This also fails if you have functions emulator port specified and there is no functions directory structure: #2112 |
Same issue of |
After spending more than one hour playing around with my config files, also I updated my nodejs and firebase-tools to latest, I still had had this error, I fixed it by removing hosting cache in .firebase directory |
@kamaladenalhomsi |
firebase-tools:
7.11.0
Platform:
Linux
[REQUIRED] Steps to reproduce
firebase serve --debug
[REQUIRED] Expected behavior
Emulators start on default ports.
[REQUIRED] Actual behavior
Note
I had to explicitly uninstall my global firebase install prior to it updating from 4.0.2 (in previous bug report) to 7.11.0. But as you can see it is on the new version now.
The text was updated successfully, but these errors were encountered: