infinitered / infinitered/reactotron

Current ver wont install on basically new React Native app

Open
#1,234 5 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.6k
Forks
972
PR merge metrics
No merged PRs in 30d

Description

I have an all but new ```create-react-native-app``` project

when I try ```npm i --save-dev reactotron-react-native``` I get

```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: react-native@0.63.4
npm ERR! node_modules/react-native
npm ERR! peer react-native@">=0.62.0-rc.0 <0.64.0" from @react-native-community/cli@4.14.0
npm ERR! node_modules/@react-native-community/cli
npm ERR! @react-native-community/cli@"^4.10.0" from react-native@0.63.4
npm ERR! peer react-native@">=0.47.0" from react-native-background-actions@2.6.2
npm ERR! node_modules/react-native-background-actions
npm ERR! react-native-background-actions@"^2.6.2" from the root project
npm ERR! 6 more (react-native-get-location, react-native-reanimated, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.62.0" from react-native-flipper@0.34.0
npm ERR! node_modules/reactotron-react-native/node_modules/react-native-flipper
npm ERR! optional react-native-flipper@"^0.34.0" from reactotron-react-native@5.0.0
npm ERR! node_modules/reactotron-react-native
npm ERR! dev reactotron-react-native@"*" from the root project
```

but, ```Found: react-native@0.63.4``` is in the ```peer react-native@">=0.62.0-rc.0 <0.64.0"``` and complient with ```react-native@"^0.62.0"``` so not seeing what it is not happy about?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the install with `npm i --save-dev reactotron-react-native` in the reported React Native 0.63.4 project. Inspect the dependency tree around `react-native-flipper@0.34.0` and `reactotron-react-native@5.0.0`, then verify whether the peer-dependency ranges can resolve; done means the reported installation succeeds or the incompatibility is clearly identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.