After upgrade: ambiguous resolution: module
See original GitHub issueRN 0.49.3
error: bundling failed: ambiguous resolution: module `/react/projects/ology_mobile_templates/Ology/index.js` tries to require `react-native`, but there are several files providing this module. You can delete or fix them:
* `/react/projects/ology_mobile_templates/Ology/node_modules/react-native-drawer-layout-polyfill/node_modules/react-native/package.json`
* `/react/projects/ology_mobile_templates/Ology/node_modules/react-native-drawer-layout/node_modules/react-native/package.json`
* `/react/projects/ology_mobile_templates/Ology/node_modules/react-native-iphone-x-helper/node_modules/react-native/package.json`
* `/react/projects/ology_mobile_templates/Ology/node_modules/react-native-keyboard-aware-scroll-view/node_modules/react-native/package.json`
* `/react/projects/ology_mobile_templates/Ology/node_modules/react-native-tab-view/node_modules/react-native/package.json`
* `/react/projects/ology_mobile_templates/Ology/node_modules/react-native/package.json`
Issue Analytics
- State:
- Created 6 years ago
- Comments:12
Top Results From Across the Web
Ambiguous resolution - software-mansion/react-native-svg
Hello, after upgrading react-native to the latest RC, bundling fails ... failed. error: bundling failed: ambiguous resolution: module ...
Read more >React Native Error: Ambiguous resolution - Stack Overflow
... I'm presented with a red screen with the following error: Ambiguous resolution: module '/Users/my-user/Documents/my-RN-app/app/index.js' ...
Read more >Ambiguous class errors when running upgrade rector - Drupal
Select my custom module as project. Click on Run Rector. I get "Fail while processing my module" with above errors. Proposed resolution. How...
Read more >Ambiguity Resolution from Interpretation - ScholarlyCommons
This theory makes the interesting and counter-intuitive prediction that for locally ambiguous sentences which are disambiguated consistently with the preferred ...
Read more >8.2.3.3. Use a Qualifier to Resolve an Ambiguous Injection
About Modules and the New Modular Class Loading System used in JBoss Enterprise Application Platform 6 · 1.3. Install JBoss Enterprise Application Platform ......
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 Free
Top 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
I had to run
react-native start --reset-cache
after accidentally installing 0.4.0.Cool! glad to hear!