telescope icon indicating copy to clipboard operation
telescope copied to clipboard

React warning in src/mobile

Open humphd opened this issue 2 years ago • 2 comments

postinstall$ cd src/mobile && npm install
. postinstall: npm WARN ERESOLVE overriding peer dependency
. postinstall: npm WARN While resolving: [email protected]
. postinstall: npm WARN Found: [email protected]
. postinstall: npm WARN node_modules/react
. postinstall: npm WARN   react@"17.0.1" from the root project
. postinstall: npm WARN   13 more (@react-native-async-storage/async-storage, ...)
. postinstall: npm WARN 
. postinstall: npm WARN Could not resolve dependency:
. postinstall: npm WARN peer react@"^18.0.0" from [email protected]
. postinstall: npm WARN node_modules/use-subscription
. postinstall: npm WARN   use-subscription@"^1.0.0" from [email protected]
. postinstall: npm WARN   node_modules/react-native
. postinstall: npm WARN 
. postinstall: npm WARN Conflicting peer dependency: [email protected]
. postinstall: npm WARN node_modules/react
. postinstall: npm WARN   peer react@"^18.0.0" from [email protected]
. postinstall: npm WARN   node_modules/use-subscription
. postinstall: npm WARN     use-subscription@"^1.0.0" from [email protected]
. postinstall: npm WARN     node_modules/react-native

humphd avatar Apr 12 '22 17:04 humphd

can you show me how to reproduce this ?

tpmai22 avatar Apr 13 '22 17:04 tpmai22

. postinstall$ cd src/mobile && npm install
[1 lines collapsed]                                                                                                                                                                          
│ 44 packages are looking for funding
│   run `npm fund` for details
│ 14 vulnerabilities (13 high, 1 critical)
│ To address issues that do not require attention, run:
│   npm audit fix
│ To address all issues possible (including breaking changes), run:
│   npm audit fix --force
│ Some issues need review, and may require choosing
│ a different dependency.
│ Run `npm audit` for details.
└─ Done in 5.1s
. prepare$ husky install
│ husky - Git hooks installed
└─ Done in 102ms

tpmai22 avatar Apr 13 '22 17:04 tpmai22

Closing since the mobile version of telescope was removed in #3805

manekenpix avatar Sep 30 '23 02:09 manekenpix