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

Security problems with outdated dependencies

Open costvin15 opened this issue 4 years ago • 1 comments

costvin15 avatar Dec 14 '21 12:12 costvin15

Can't even use npm install or yarn install

npm install
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @callstack/[email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN   react@"17.0.1" from the root project
npm WARN   21 more (@expo/react-native-action-sheet, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.3.0" from @callstack/[email protected]
npm WARN node_modules/@callstack/react-theme-provider
npm WARN   @callstack/react-theme-provider@"^3.0.5" from [email protected]
npm WARN   node_modules/react-native-paper
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN   peer react@"^16.3.0" from @callstack/[email protected]
npm WARN   node_modules/@callstack/react-theme-provider
npm WARN     @callstack/react-theme-provider@"^3.0.5" from [email protected]
npm WARN     node_modules/react-native-paper
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @react-native-community/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"17.0.1" from the root project
npm ERR!   peer react@">=16.3.0" from @expo/[email protected]
npm ERR!   node_modules/@expo/react-native-action-sheet
npm ERR!     @expo/react-native-action-sheet@"3.4.1" from [email protected]
npm ERR!     node_modules/react-native-gifted-chat
npm ERR!       react-native-gifted-chat@"^0.13.0" from the root project
npm ERR!   20 more (@react-native-community/toolbar-android, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8" from @react-native-community/[email protected]
npm ERR! node_modules/@react-native-community/async-storage
npm ERR!   @react-native-community/async-storage@"^1.8.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^16.8" from @react-native-community/[email protected]
npm ERR!   node_modules/@react-native-community/async-storage
npm ERR!     @react-native-community/async-storage@"^1.8.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.

BedoEbied avatar Nov 30 '22 16:11 BedoEbied