Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security problems with outdated dependencies #20

Open
costvin15 opened this issue Dec 14, 2021 · 1 comment
Open

Security problems with outdated dependencies #20

costvin15 opened this issue Dec 14, 2021 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@costvin15
Copy link
Owner

No description provided.

@costvin15 costvin15 added the help wanted Extra attention is needed label Dec 14, 2021
@costvin15 costvin15 self-assigned this Dec 14, 2021
@BedoEbied
Copy link

Can't even use npm install or yarn install

npm install
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @callstack/react-theme-provider@3.0.5
npm WARN Found: react@17.0.1
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/react-theme-provider@3.0.5
npm WARN node_modules/@callstack/react-theme-provider
npm WARN   @callstack/react-theme-provider@"^3.0.5" from react-native-paper@3.11.0
npm WARN   node_modules/react-native-paper
npm WARN 
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN   peer react@"^16.3.0" from @callstack/react-theme-provider@3.0.5
npm WARN   node_modules/@callstack/react-theme-provider
npm WARN     @callstack/react-theme-provider@"^3.0.5" from react-native-paper@3.11.0
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/async-storage@1.11.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"17.0.1" from the root project
npm ERR!   peer react@">=16.3.0" from @expo/react-native-action-sheet@3.4.1
npm ERR!   node_modules/@expo/react-native-action-sheet
npm ERR!     @expo/react-native-action-sheet@"3.4.1" from react-native-gifted-chat@0.13.0
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/async-storage@1.11.0
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: react@16.14.0
npm ERR! node_modules/react
npm ERR!   peer react@"^16.8" from @react-native-community/async-storage@1.11.0
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants