telescope
telescope copied to clipboard
React warning in src/mobile
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
can you show me how to reproduce this ?
. 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
Closing since the mobile version of telescope was removed in #3805