react-native-print icon indicating copy to clipboard operation
react-native-print copied to clipboard

unable to install in react-native 0.78

Open gautamsamyak opened this issue 1 year ago • 3 comments

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

gautamsamyak avatar Feb 25 '25 05:02 gautamsamyak

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

NTKrieger avatar May 15 '25 13:05 NTKrieger

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?

ilyabreev avatar Jun 18 '25 12:06 ilyabreev

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?

leoderigo avatar Nov 14 '25 14:11 leoderigo