react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

Peer dependency error with react 18

Open LagoonProject opened this issue 2 years ago • 0 comments
trafficstars

While installing this library I get the following error :

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @types/[email protected]
npm ERR! node_modules/@types/react
npm ERR!   dev @types/react@"^18.2.20" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@">=16.8.24 <18" from [email protected]
npm ERR! node_modules/react-native-walkthrough-tooltip
npm ERR!   react-native-walkthrough-tooltip@"*" from the root project

Any chance to resolve this issue ?

LagoonProject avatar Nov 10 '23 14:11 LagoonProject