-
Notifications
You must be signed in to change notification settings - Fork 986
Closed
Description
Operating System
Any
Environment (if applicable)
Any
Firebase SDK Version
11.0.1
Firebase SDK Product(s)
Functions
Project Tooling
NextJs using frameworksBackend hosting
Detailed Problem Description
I updated Firebase dependency to v11 and got the following error:
npm error peerOptional firebase@"^9.9.0 || ^10.0.0" from firebase-frameworks@0.11.4
npm error node_modules/firebase-frameworks
npm error firebase-frameworks@"^0.11.0" from the root projectThe package firebase-frameworks would need to be updated to be compatible with Firebase V11 (https://github.com/FirebaseExtended/firebase-framework-tools/blob/main/packages/firebase-frameworks/package.json#L56).
Steps and code to reproduce issue
Update your Firebase dependency to v11 in a project using framework hosting.
Run npm install and look at the error.
I wanted to open an issue in the https://github.com/FirebaseExtended/firebase-framework-tools repo, but unfortunately, issues are not enabled there.