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
Version 9.1.1 broke firebase init and deploy #3000
Comments
I can confirm, happened to me, too. After downgrade to 9.1.0 everything works.
|
Same for me, how can such a huge bug slip through? |
Yikes ... I'll look into this now. In the meantime please downgrade! Also I guess it's fitting that issue #3000 is "everything is broken". Wouldn't want to waste such a big number on something small |
I was able to confirm the As for |
@samtstern I'm sorry I meant I have downgraded to 9.1.0 now but |
@AggelosM thanks! I was able to find the error in |
[REQUIRED] Environment info
firebase-tools: 9.1.1
Platform: WSL2
[REQUIRED] Test case
firebase init
doesn't work without an argument, andfirebase serve
says "Error: An unexpected error has occurred."When downgrading to 9.1.0 none of these problems occur.
[REQUIRED] Steps to reproduce
Install the latest version and execute the above commands.
[REQUIRED] Expected behavior
firebase init
works without an argument, andfirebase serve
serves[REQUIRED] Actual behavior
firebase init
doesn't work without an argument, andfirebase serve
says "Error: An unexpected error has occurred."EDIT: I meant
firebase serve
not deploy, sorry!!The text was updated successfully, but these errors were encountered: