-
-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Description
Reproduction
Steps to reproduce the bug
-
Create a new Nuxt project (or use an existing one).
-
Install Firebase Functions v7:
npm install firebase-functions@^7.0.0
-
Install VueFire for Nuxt:
npm install nuxt-vuefire@^1.1.0
-
Observe the dependency resolution error.
Expected behavior
nuxt-vuefire should install successfully and support the latest
Firebase Functions release ([email protected]) without requiring
--force or --legacy-peer-deps.
Actual behavior
Installation fails due to a peer dependency conflict:
npm ERR! ERESOLVE could not resolve
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/firebase-functions
npm ERR! firebase-functions@"^7.0.0" from the root project
npm ERR! Could not resolve dependency:
npm ERR! peerOptional firebase-functions@"^4.1.0 || ^5.0.0 || ^6.1.2" from [email protected]
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! peerOptional firebase-functions@"^4.1.0 || ^5.0.0 || ^6.1.2" from [email protected]
Additional information
-
Recent Firebase Functions release:
https://github.com/firebase/firebase-functions/releases/tag/v7.0.0 -
nuxt-vuefirecurrently lists only:^4.1.0 || ^5.0.0 || ^6.1.2 -
Suggested peer dependency update:
^4.1.0 || ^5.0.0 || ^6.1.2 || ^7.0.0
Metadata
Metadata
Assignees
Labels
No labels