infobip / mobile-messaging-react-native-plugin

Mobile Messaging SDK plugin for React Native projects
24 stars 4 forks source link

Plugin installation error from react@"17.0.1" #40

Closed vokecodes closed 2 years ago

vokecodes commented 2 years ago

Found: react@17.0.1 npm ERR! node_modules/react npm ERR! react@"17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^17.0.2" from infobip-mobile-messaging-react-native-plugin@5.0.1 npm ERR! node_modules/infobip-mobile-messaging-react-native-plugin npm ERR! infobip-mobile-messaging-react-native-plugin@"^5.0.1" 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.

vokecodes commented 2 years ago

Installing the latest version and updating the package-lock.json fixed this error.