tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
400 stars 51 forks source link

error installing in RN 0.64.2, dependency problems, plase!! update #256

Closed luigbren closed 2 years ago

luigbren commented 3 years ago

I'm working with React native 0.64.2 (iOS and Android), Thanks


npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: miapp@0.0.1
npm ERR! Found: react-native@0.64.2
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.64.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.56.0" from react-native-ffmpeg@0.5.1
npm ERR! node_modules/react-native-ffmpeg
npm ERR!   react-native-ffmpeg@"*" from the root project
npm ERR! ```
JoseMiralles commented 3 years ago

I forced an install with npm i react-native-ffmpeg --force, and it seems to be working fine on Android. I haven't tried iOS yet.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.