Closed AswinPalapetty closed 1 year ago
Any solution yet for this problem ?
Is this being worked on?
I have the same issue. Any news?
Any solution yet for this problem ?
This works in React 18
It doesn't work for React 18
ericaig@EricAig-McBookPro moon-landing % npm i react-modal-video
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: moon-landing@0.1.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.2.0 || ^17.0.0" from react-modal-video@1.2.10
npm ERR! node_modules/react-modal-video
npm ERR! react-modal-video@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/ericaig/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ericaig/.npm/_logs/2022-12-02T11_40_52_620Z-debug-0.log
not working on react 18.2.0
Workaround: install with --legacy-peer-deps
This issues was resolved by #81.
react-modal-video is not getting installed in React 18, so kindly update react-modal-video to work in latest version of React.