Skip to content
New issue

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

Could not resolve dependency @react-native-masked-view/masked-view version over @0.2.8 #137

Open
Bumang-Cyber opened this issue Nov 26, 2024 · 1 comment

Comments

@Bumang-Cyber
Copy link

I installed @react-native-masked-view/masked-view version
by npm install @react-native-masked-view/masked-view version --save
and got latest version of 0.3.2.

but this library depend on @0.2.8, which is somewhat old.
so I downgraded masked-view to 0.2.8 and solved this problem
but I think the version of masked-view version this library depends on can be updated smoothly to latest.

npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @react-native-masked-view/[email protected]
npm error node_modules/@react-native-masked-view/masked-view
npm error   @react-native-masked-view/masked-view@"^0.3.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @react-native-masked-view/masked-view@"^0.2.8" from [email protected]
npm error node_modules/react-native-skeleton-placeholder
npm error   react-native-skeleton-placeholder@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/bm/.npm/_logs/2024-11-26T09_25_55_003Z-eresolve-report.txt
@mauripavan
Copy link

Facing same issue here after upgrading RN version to 0.75.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants