Unable to install due to dependency
See original GitHub issueMy project is configured to use React 16.13.1.
npm ERR! Could not resolve dependency:
npm ERR! peer react@"17.0.1" from react-native-windows@0.64.7
npm ERR! node_modules/react-native-windows
npm ERR! peer react-native-windows@">=0.62" from @react-native-community/checkbox@0.5.0
npm ERR! node_modules/@react-native-community/checkbox
npm ERR! @react-native-community/checkbox@"0.5.0" from the root project
Is there any work around for this?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:6
Top Results From Across the Web
How To Fix Failed To Install A Dependency Error In Kodi
How To Fix Failed To Install A Dependency Error In Kodi ; 1.1 Method #1 – Clear Kodi Cache ; 1.2 Method #2...
Read more >Fix: 'Failed to Install a Dependency' Error on Kodi - TechNadu
Solution 1: Clear Kodi Cache · Solution 2: Rebuild Kodi's Database · Solution 3: Install Dependencies Manually.
Read more >How To Fix Failed to Install a Dependency on KODI [2022]
The first method that we are going to discuss here is to clear the cache of Kodi Add-ons. By performing this it removes...
Read more >4 Ways to Fix 'Failed to Install Dependency' Error on Kodi - Saint
1. Check Other Add-Ons. · 2. Clear Kodi Cache. · 3. Rebuild Your Database. · 4. Manually Install Dependency.
Read more >How to fix “Failed to install a dependency” error In Kodi
How to fix the Kodi “Failed to install a dependency” error · Installing the Log Viewer for Kodi addon · Checking Kodi's error...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mine was the same problem when tying to upgrade the lib. The version that works for that version of react without upgrading the react is the version 0.4.2. But my eslint accuses a error:
Unable to resolve path to module '@react-native-community/checkbox'.
@Akiles94 it seems to be fixed and will be rolled out with the next release: #149