Can't resolve '../../App' in node_modules/expo/AppEntry.js

See original GitHub issue

Development 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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
loverg-ccommented, Feb 24, 2020

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)

1reaction
RishabhKarnadcommented, Jun 3, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found