We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: mstore_mobile@1.0.0 npm error Found: expo-web-browser@13.0.3 npm error node_modules/expo-web-browser npm error expo-web-browser@"~13.0.3" from the root project npm error npm error Could not resolve dependency: npm error peer expo-web-browser@"^12.8.2" from @logto/rn@0.1.0 npm error node_modules/@logto/rn npm error @logto/rn@"*" from the root project
Expected to has no error .
npx create-expo-app@latest
npm i @logto/rn
React native with Expo and expo dev client. with Container on my local machine
The text was updated successfully, but these errors were encountered:
@gao-sun would you like to take a look?
Sorry, something went wrong.
opened a pull (the linked item above) for this
gao-sun
Successfully merging a pull request may close this issue.
Describe the bug
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: mstore_mobile@1.0.0
npm error Found: expo-web-browser@13.0.3
npm error node_modules/expo-web-browser
npm error expo-web-browser@"~13.0.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer expo-web-browser@"^12.8.2" from @logto/rn@0.1.0
npm error node_modules/@logto/rn
npm error @logto/rn@"*" from the root project
Expected behavior
Expected to has no error .
How to reproduce?
npx create-expo-app@latest
npm i @logto/rn
Context
React native with Expo and expo dev client. with Container on my local machine
The text was updated successfully, but these errors were encountered: