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

Expo Something Went Wrong Error #15025

Closed
carloabelli opened this issue Jul 15, 2017 · 7 comments
Closed

Expo Something Went Wrong Error #15025

carloabelli opened this issue Jul 15, 2017 · 7 comments
Labels
Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@carloabelli
Copy link

carloabelli commented Jul 15, 2017

Is this a bug report?

Yes

Have you read the Bugs section of the Contributing to React Native Guide?

Yes

Environment

  1. react-native -v: 0.45.1
  2. node -v: v8.1.4
  3. npm -v: 5.3.0
  4. yarn --version (if you use Yarn): 0.27.5

Then, specify:

  • Target Platform: iOS, Android
  • Development Operating System: Linux (Arch Linux), 4.12.1
  • Build tools:

Steps to Reproduce

(Write your steps here:)

  1. Create new app using create-react-native-app
  2. Run yarn start

Expected Behavior

Be able to view the app on my phone by scanning the QR code in Expo.

Actual Behavior

Outputs warning:

Warning: You are using npm version 5.3.0. There may be bugs in this version, use it at your own risk. We recommend version 4.6.1.

but seems to work fine otherwise. When opening the link in Expo I just get the error that something went wrong. In the log it states:

Uncaught Error: Packager is not running at http://XXX.XXX.X.X:19001

Reproducible Demo

Create an app using create-react-native-app.

@zibs
Copy link

zibs commented Jul 16, 2017

Have you tried downgrading your npm to the recommended version of 4.6.1? I think that warning message may be there for a reason.

If it's not related to npm, this might be more of an expo issue, you could try joining their community slack channel or their forums: https://forums.expo.io/ for help there.

@carloabelli
Copy link
Author

Downgraded to 4.6.1 and the warning disappeared but the other behavior did not change. I will try asking on the expo channels.

@mixelpixel
Copy link

Hello, have you resolved this issue? I just tried downgrading to 4.6.1 using the command: npm install npm@4.6.1 from within the RN project directory (then npm i after confirming the package.json file specified npm 4.6.1). I still get the same warning from Expo IDE and when I query npm -version from within the RN project directory, I get 5.3.0.

What am I doing wrong? Please advise - thank you 😄

@Mythrim
Copy link

Mythrim commented Oct 18, 2017

I am facing the same issue even after downgrading the npm version to 4.6.1. Can You please help me with that.

@nikki93
Copy link
Contributor

nikki93 commented Oct 18, 2017

Can you remove node_modules/ directory and reinstall with npm? There may be some stale packages.

@stale
Copy link

stale bot commented Dec 17, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 17, 2017
@stale stale bot closed this as completed Dec 24, 2017
@Dsantacruz
Copy link

Dsantacruz commented Jan 18, 2018

the solution for me was: set REACT_NATIVE_PACKAGER_HOSTNAME=my-custom-ip-address , then disable others connection differences wifi, good luck

@facebook facebook locked and limited conversation to collaborators May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

6 participants