-
-
Notifications
You must be signed in to change notification settings - Fork 341
Description
Reproduction
npm install error
Steps to reproduce the bug
package.json
"firebase": "^10.0.0",
"vuefire": "^3.1.2"
Expected behavior
npm installs without error
Actual behavior
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: vuefire@3.1.2
npm ERR! Found: firebase@10.0.0
npm ERR! node_modules/firebase
npm ERR! firebase@"^10.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional firebase@"^9.0.0" from vuefire@3.1.2
npm ERR! node_modules/vuefire
npm ERR! vuefire@"^3.1.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: firebase@9.23.0
npm ERR! node_modules/firebase
npm ERR! peerOptional firebase@"^9.0.0" from vuefire@3.1.2
npm ERR! node_modules/vuefire
npm ERR! vuefire@"^3.1.2" from the root project
Additional information
No response