fris-fruitig / react-firebase-file-uploader

An image uploader for react that uploads images to your firebase storage
https://npm.im/react-firebase-file-uploader
166 stars 45 forks source link

unmet peer dependencies #14

Closed jlibman closed 6 years ago

jlibman commented 6 years ago

Trying to install, have updated firebase and react to these exact versions. Using npm version 4.1.2 - any thoughts?

npm install -g react-firebase-file-uploader /usr/local/lib ├── UNMET PEER DEPENDENCY firebase@^3.5.2 ├── UNMET PEER DEPENDENCY react@^15.3.2 └── react-firebase-file-uploader@2.4.1

npm WARN react-firebase-file-uploader@2.4.1 requires a peer of firebase@^3.5.2 but none was installed. npm WARN react-firebase-file-uploader@2.4.1 requires a peer of react@^15.3.2 but none was installed.

sprmn commented 6 years ago

Hi @jlibman,

Thanks for opening an issue. Is there any reason why you are installing this library globally? I wouldn't recommend that. It might have something to do with a difference between your locally and globally installed firebase/react?

sprmn commented 6 years ago

I'm closing this, due to inactivity.