unable to install in react-native 0.78
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: @types/[email protected] npm error node_modules/@types/react npm error dev @types/react@"^19.0.0" from the root project npm error peerOptional @types/react@"^19.0.0" from [email protected] npm error node_modules/react-native npm error react-native@"0.78.0" from the root project npm error peer react-native@">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.1" from [email protected] npm error node_modules/react-native-print npm error react-native-print@"" from the root project npm error npm error Could not resolve dependency: npm error peer @types/react@"^18.2.6" from [email protected] npm error node_modules/react-native-windows npm error peer react-native-windows@">=0.62" from [email protected] npm error node_modules/react-native-print npm error react-native-print@"" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps
I would find a better lib, honestly, but the above error is just how NPM is these days. Use npm install react-native-print --legacy-peer-deps
I would find a better lib, honestly, but the above error is just how NPM is these days. Use npm install react-native-print --legacy-peer-deps
Could you please suggest a better alternative to this lib?
I would find a better lib, honestly, but the above error is just how NPM is these days. Use npm install react-native-print --legacy-peer-deps
Could you please suggest a better alternative to this lib?
Did you find a better one?