firebase / firebase-functions

Firebase SDK for Cloud Functions
https://firebase.google.com/docs/functions/
MIT License
1.01k stars 202 forks source link

Incorrect Dependencies when running Firebase Init Functions #1572

Open JamesVanWaza opened 3 weeks ago

JamesVanWaza commented 3 weeks ago

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

Screenshot 2024-06-03 at 8 45 56 PM

Were you able to successfully deploy your functions?

When I upgrade eslint to 9.4.0 I can no longer run firebase deploy since the config file has changed. Also firebase-admin should be updated to 12.1.1 Firebase-functions should be updated to 5.0.1

google-oss-bot commented 3 weeks ago

I found a few problems with this issue:

exaby73 commented 1 week ago

Hello @JamesVanWaza. Can you provide information about the Firebase CLI version via running firebase --version. Please unsure you're on the latest version via running npm install -g firebase-tools

JamesVanWaza commented 1 week ago

@exaby73 firebase --version: 13.7.1

Screenshot 2024-06-17 at 7 42 50 PM