-
Notifications
You must be signed in to change notification settings - Fork 203
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
Incorrect Dependencies when running Firebase Init Functions #1572
Comments
I found a few problems with this issue:
|
Hello @JamesVanWaza. Can you provide information about the Firebase CLI version via running |
@exaby73 |
There seems to be an update to the CLI available. Could you update and try again? |
@exaby73 I have updated my CLI but when you run The |
You'll have to migrate this yourself. Currently, |
@exaby73 sounds good. Will wait for the update then instead of reverting to |
Related issues
[REQUIRED] Version info
NODE: 20.14.0
NPM: 10.7.0
firebase-functions:
firebase-tools:
firebase-admin:
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
Run
npm outdated
to update the packages[REQUIRED] Expected behavior
[REQUIRED] Actual behavior
Were you able to successfully deploy your functions?
When I upgrade
eslint
to 9.4.0 I can no longer runfirebase deploy
since the config file has changed.Also
firebase-admin
should be updated to12.1.1
Firebase-functions
should be updated to5.0.1
The text was updated successfully, but these errors were encountered: