Ambiguous resolution
See original GitHub issueHello,
after upgrading react-native to the latest RC, bundling fails together with react-native-svg:
Bundling `index.android.js` [development, non-minified, hmr disabled] 0.0% (0/1), failed.
error: bundling failed: ambiguous resolution: module `/Users/so/Documents/workspace/my-app/index.android.js` tries to require `react-native`, but there are several files providing this module. You can delete or fix them:
* `/Users/so/Documents/workspace/my-app/node_modules/react-native-svg/node_modules/react-native/package.json`
* `/Users/so/Documents/workspace/my-app/node_modules/react-native/package.json`
Versions:
react-native-cli: 1.0.0
react-native: 0.48.4
react-native-svg: 6.0.0-rc1
Any idea?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:21
- Comments:25
Top Results From Across the Web
Ambiguity resolution - Wikipedia
Ambiguity resolution is used to find the value of a measurement that requires modulo sampling. This is required for pulse-Doppler radar signal processing....
Read more >React Native Error: Ambiguous resolution - Stack Overflow
I opened up xcode and did Product > Clean and tried to launch the app through xcode (instead of with the react native...
Read more >Ambiguous resolution - software-mansion/react-native-svg
I´m getting a similar error: Bundling index.js [development, non-minified] 0.0% (0/1), failed. error: bundling failed: ambiguous resolution ...
Read more >Ambiguous base classes (C++ only) - IBM
An attempt to access x from class C would be ambiguous. You can resolve ambiguity by qualifying a member with its class name...
Read more >Gesture Influences Resolution of Ambiguous Statements of ...
When faced with an ambiguous pronoun, comprehenders use both multimodal cues (e.g., gestures) and linguistic cues to identify the antecedent ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try
yarn start --reset-cache
Just a small correction: to pass
--reset-cache
viayarn
, you need to pass the a separator first, otherwisenode
will be called without the argument.