-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Needs: Author FeedbackIssues awaiting author feedbackIssues awaiting author feedback
Description
Version info
firebase-functions-test: 2.2.0
firebase-functions: 3.21.2
firebase-admin: 11.0.0
Test case
n/a, peer dependency warning emitted by npm 8.
Relates to firebase/firebase-functions#1147 .
Steps to reproduce
Update firebase-admin
to v11 using the above mentioned versions for firebase-functions-test
and firebase-functions
.
The following peer dependency warning is emitted by npm:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: functions@undefined
npm WARN Found: [email protected]
npm WARN node_modules/firebase-admin
npm WARN firebase-admin@"^11.0.0" from the root project
npm WARN 2 more (firebase-functions, firebase-functions-test)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer firebase-admin@"^8.0.0 || ^9.0.0 || ^10.0.0" from [email protected]
npm WARN node_modules/firebase-functions
npm WARN firebase-functions@"^3.21.2" from the root project
npm WARN 1 more (firebase-functions-test)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: functions@undefined
npm WARN Found: [email protected]
npm WARN node_modules/firebase-admin
npm WARN firebase-admin@"^11.0.0" from the root project
npm WARN 2 more (firebase-functions, firebase-functions-test)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer firebase-admin@"^8.0.0 || ^9.0.0 || ^10.0.0" from [email protected]
npm WARN node_modules/firebase-functions
npm WARN firebase-functions@"^3.21.2" from the root project
npm WARN 1 more (firebase-functions-test)
Expected behavior
firebase-functions-test
is compatible with firebase-admin
v11 and npm does not emit the peer dependency warning.
Actual behavior
See above.
charlesfries, A13k2, mpsq, fobo66 and giacomoran
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackIssues awaiting author feedbackIssues awaiting author feedback