-
Notifications
You must be signed in to change notification settings - Fork 964
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
verifyDeveloperNodeModules() does not properly detected uninstalled modules #1320
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Can you provide a bit more about your setup? We need enough information so we can fully replicate your issue. Do you have customization in |
This regression was caused in the change from Without the throw, we never detect the module as uninstalled, so we attempt to locate To fix this, we should make I will get a fix in for the next release. |
Thanks for taking this on @abeisgoat |
@bkendall Ugh, sorry for the late replay. If still needed I can get small repo and try to reproduce the error. Let me know thanks! |
No repro needed, thanks, fix coming soon. |
Fix has been merged into |
[REQUIRED] Environment info
firebase-tools: 6.10.0
Ubuntu 18.04.2 LTS
[REQUIRED] Steps to reproduce
I just upgrade from
firebase-tools 6.8.0
to6.10.0
and when try to run
firebase serve --only functions,hosting
I get this error
[REQUIRED] Expected behavior
It should run normally
This is not happening with version
6.8.0
[REQUIRED] Actual behavior
It throws an error
For now I just downgraded back to
6.8.0
The text was updated successfully, but these errors were encountered: