Can't resolve '../../App' in node_modules/expo/AppEntry.js
See original GitHub issueDevelopment platform:
- OS: Ubuntu 19.04
- Shell: zsh 5.5.1 (x86_64-ubuntu-linux-gnu)
- yarn 1.21.1
- vue-native 0.1.1
- expo 3.13.1
- Device: web browser (firefox 68.0.1 and chromium 80.0.3987.100)
Repository to reproduce https://github.com/loverg-c/sample-vue-native
Description of the bug
I tried to initialize a completely new vue-native project with expo with the command : vue-native init sample-vue-native .
It has generated the project, and I launched it with yarn start. When I try to run on web browser, I got this error :
/home/clement/projects/vue/sample-vue-native/node_modules/expo/AppEntry.js
Module not found: Can't resolve '../../App' in '/home/clement/projects/vue/sample-vue-native/node_modules/expo'
I already have ‘vue’ in sourceExts in app.json see here
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
4 - Stack Overflow
when upgrading to expo version 33 I get the following error "Unable to resolve "../../App" from "node_modules/expo/AppEntry.js". The need to ...
Read more >Issues - GitHub
I've the expo-cli and the expo client app updated to the lastest version Error: Unable to resolve module `./node_modules\expo\AppEntry` from ...
Read more >Expo SDK
sdk 33 Error: Unable to resolve module `. ... I have so far removed node_modules and re-installed, removed the app from the emulator...
Read more >Search - appsloveworld
[Solved]-Unable to resolve "../../App" from "node_modules/expo/AppEntry.js"-React Native. Search. score:-1. Accepted answer.
Read more >expo - react-native - iTecNote
App” from “node_modules/expo/AppEntry.js”. exporeact-nativevue-native ... when upgrading to expo version 33 I get the following error "Unable to resolve ".
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
Hello @RishabhKarnad ,
Yes I have the latest vue-native cli (v0.1.1) (I tried to reinstall it for trying but still the same problem), and yes it has generated the options in the app.json (you can see it on this preivous link: https://github.com/loverg-c/sample-vue-native/blob/master/app.json from lines 29 to 38)
Hi everyone, in case you are trying to run on web, it won’t work at the moment due to https://github.com/GeekyAnts/vue-native-cli/issues/37
That issue was moved to
vue-native-cli, but this one got left behind.I’m closing this issue, since it’s a duplicate.
Please ONLY reopen if you are facing the issue on iOS/Android with vue-native-cli@^0.1.2 and latest Expo/RN CLI