react-native-virgil-crypto icon indicating copy to clipboard operation
react-native-virgil-crypto copied to clipboard

Example62 is failing

Open mfbx9da4 opened this issue 3 years ago • 1 comments

Example62 from this repo is failing on install

╰─$ npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^6.5.1" from the root project
npm ERR!   peer eslint@">=5" from @react-native-community/[email protected]
npm ERR!   node_modules/@react-native-community/eslint-config
npm ERR!     dev @react-native-community/eslint-config@"^0.0.5" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^5.0.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@react-native-community/eslint-config/node_modules/@typescript-eslint/parser
npm ERR!   @typescript-eslint/parser@"^1.5.0" from @react-native-community/[email protected]
npm ERR!   node_modules/@react-native-community/eslint-config
npm ERR!     dev @react-native-community/eslint-config@"^0.0.5" from the root project
npm ERR!   peer @typescript-eslint/parser@"^1.9.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@react-native-community/eslint-config/node_modules/@typescript-eslint/eslint-plugin
npm ERR!     @typescript-eslint/eslint-plugin@"^1.5.0" from @react-native-community/[email protected]
npm ERR!     node_modules/@react-native-community/eslint-config
npm ERR!       dev @react-native-community/eslint-config@"^0.0.5" 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.

mfbx9da4 avatar Oct 13 '21 12:10 mfbx9da4

Also react-native-keychain and @virgilsecurity/key-storage-rn are listed as required dependencies but they are not listed as dependencies of this example62 project https://www.npmjs.com/package/@virgilsecurity/e3kit-native

image

mfbx9da4 avatar Oct 13 '21 14:10 mfbx9da4